#D9EA66

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

Shades of Mindaro #D9EA66

Tints of Mindaro #D9EA66

Color information

#D9EA66 (or 0xD9EA66) is unknown color: approx Mindaro. HEX triplet: D9, EA and 66. RGB value is (217,234,102). Sum of RGB (Red+Green+Blue) = 217+234+102=553 (73% of max value = 765). Red value is 217 (85.16% from 255 or 39.24% from 553); Green value is 234 (91.80% from 255 or 42.31% from 553); Blue value is 102 (40.23% from 255 or 18.44% from 553); Max value from RGB is 234 - color contains mainly: green. Hex color #D9EA66 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D9EA66 is #261599. Grayscale: #D6D6D6. Windows color (decimal): -2495898 or 6744793. OLE color: 6744793.

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

Color convert

RGB217234102-
CMYK0.0700.560.08
HSL67.73º75.86%65.88%-
HSV(B)67.73º56.41%91.76%-
XYZ60.4474.5623.78-
YUV213.8764.87130.23-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 39.24%
GREEN value IS 234 (91.80% from 255) = 42.31%
BLUE value IS 102 (40.23% from 255) = 18.44%
R=39.24%
G=42.31%
B=18.44%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2172341020.0700.560.0867.7375.8665.88
HexD9EA6670388444c42
Octal331352146707010104114102
Binary1101100111101010110011011101110001000100010010011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9EA66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9EA66; }

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

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

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

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

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

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

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

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