#D9EA74

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

Shades of Mindaro #D9EA74

Tints of Mindaro #D9EA74

Color information

#D9EA74 (or 0xD9EA74) is unknown color: approx Mindaro. HEX triplet: D9, EA and 74. RGB value is (217,234,116). Sum of RGB (Red+Green+Blue) = 217+234+116=567 (75% of max value = 765). Red value is 217 (85.16% from 255 or 38.27% from 567); Green value is 234 (91.80% from 255 or 41.27% from 567); Blue value is 116 (45.70% from 255 or 20.46% from 567); Max value from RGB is 234 - color contains mainly: green. Hex color #D9EA74 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D9EA74 is #26158B. Grayscale: #D7D7D7. Windows color (decimal): -2495884 or 7662297. OLE color: 7662297.

HSL color Cylindrical-coordinate representation of color #D9EA74: hue angle of 68.64º degrees, saturation: 0.74, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D9EA74 is Cyan = 0.07, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.08.

Color convert

RGB217234116-
CMYK0.0700.500.08
HSL68.64º73.75%68.63%-
HSV(B)68.64º50.43%91.76%-
XYZ61.1974.8627.75-
YUV215.4671.87129.09-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 38.27%
GREEN value IS 234 (91.80% from 255) = 41.27%
BLUE value IS 116 (45.70% from 255) = 20.46%
R=38.27%
G=41.27%
B=20.46%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2172341160.0700.500.0868.6473.7568.63
HexD9EA7470328454a45
Octal331352164706210105112105
Binary1101100111101010111010011101100101000100010110010101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9EA74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9EA74; }

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

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

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

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

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

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

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

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