#d9eb65

Color #D9EB65 Mindaro (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mindaro #D9EB65

Tints of Mindaro #D9EB65

Color information

#D9EB65 (or 0xD9EB65) is unknown color: approx Mindaro. HEX triplet: D9, EB and 65. RGB value is (217,235,101). Sum of RGB (Red+Green+Blue) = 217+235+101=553 (73% of max value = 765). Red value is 217 (85.16% from 255 or 39.24% from 553); Green value is 235 (92.19% from 255 or 42.50% from 553); Blue value is 101 (39.84% from 255 or 18.26% from 553); Max value from RGB is 235 - color contains mainly: green. Hex color #D9EB65 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D9EB65 is #26149A. Grayscale: #D6D6D6. Windows color (decimal): -2495643 or 6679513. OLE color: 6679513.

HSL color Cylindrical-coordinate representation of color #D9EB65: hue angle of 68.06º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D9EB65 is Cyan = 0.08, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.08.

Color convert

RGB217235101-
CMYK0.0800.570.08
HSL68.06º77.01%65.88%-
HSV(B)68.06º57.02%92.16%-
XYZ60.6775.1123.61-
YUV214.3464.04129.9-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 217 (85.16% from 255) = 39.24%
GREEN value IS 235 (92.19% from 255) = 42.50%
BLUE value IS 101 (39.84% from 255) = 18.26%
R=39.24%
G=42.50%
B=18.26%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2172351010.0800.570.0868.0677.0165.88
HexD9EB6580398444d42
Octal3313531451007110104115102
Binary11011001111010111100101100001110011000100010010011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d9eb65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d9eb65; }

 p { color: rgb(217,235,101); }

 H1.HeaderClassName
 {
   color: #d9eb65;
 }
 .AnyTagClassName
 {
   color: #d9eb65;
 }
</style>
background-color css

<style>
 a { background-color: #d9eb65; }

 a { background-color: rgb(217,235,101); }

 div.DivClassName
 {
   background-color: #d9eb65;
 }
 .BgClassName
 {
   background-color: #d9eb65;
 }
</style>
border-color css

<style>
 span { border-color: #d9eb65; }

 span { border-color: rgb(217,235,101); }

 td.TdClassName
 {
   border-color: #d9eb65;
 }
 .TagClassName
 {
   border-color: #d9eb65;
 }
</style>