#D9E766

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

Shades of Mindaro #D9E766

Tints of Mindaro #D9E766

Color information

#D9E766 (or 0xD9E766) is unknown color: approx Mindaro. HEX triplet: D9, E7 and 66. RGB value is (217,231,102). Sum of RGB (Red+Green+Blue) = 217+231+102=550 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.45% from 550); Green value is 231 (90.62% from 255 or 42% from 550); Blue value is 102 (40.23% from 255 or 18.55% from 550); Max value from RGB is 231 - color contains mainly: green. Hex color #D9E766 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D9E766 is #261899. Grayscale: #D4D4D4. Windows color (decimal): -2496666 or 6744025. OLE color: 6744025.

HSL color Cylindrical-coordinate representation of color #D9E766: hue angle of 66.51º degrees, saturation: 0.73, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D9E766 is Cyan = 0.06, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.09.

Color convert

RGB217231102-
CMYK0.0600.560.09
HSL66.51º72.88%65.29%-
HSV(B)66.51º55.84%90.59%-
XYZ59.5972.8623.49-
YUV212.1165.86131.49-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 39.45%
GREEN value IS 231 (90.62% from 255) = 42%
BLUE value IS 102 (40.23% from 255) = 18.55%
R=39.45%
G=42%
B=18.55%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2172311020.0600.560.0966.5172.8865.29
HexD9E76660389434941
Octal331347146607011103111101
Binary1101100111100111110011011001110001001100001110010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9E766

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9E766; }

 p { color: rgb(217,231,102); }

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

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

 a { background-color: rgb(217,231,102); }

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

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

 span { border-color: rgb(217,231,102); }

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