#D4EA74

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

Shades of Mindaro #D4EA74

Tints of Mindaro #D4EA74

Color information

#D4EA74 (or 0xD4EA74) is unknown color: approx Mindaro. HEX triplet: D4, EA and 74. RGB value is (212,234,116). Sum of RGB (Red+Green+Blue) = 212+234+116=562 (74% of max value = 765). Red value is 212 (83.20% from 255 or 37.72% from 562); Green value is 234 (91.80% from 255 or 41.64% from 562); Blue value is 116 (45.70% from 255 or 20.64% from 562); Max value from RGB is 234 - color contains mainly: green. Hex color #D4EA74 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D4EA74 is #2B158B. Grayscale: #D6D6D6. Windows color (decimal): -2823564 or 7662292. OLE color: 7662292.

HSL color Cylindrical-coordinate representation of color #D4EA74: hue angle of 71.19º 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 #D4EA74 is Cyan = 0.09, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.08.

Color convert

RGB212234116-
CMYK0.0900.500.08
HSL71.19º73.75%68.63%-
HSV(B)71.19º50.43%91.76%-
XYZ59.7374.127.68-
YUV213.9772.71126.59-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 37.72%
GREEN value IS 234 (91.80% from 255) = 41.64%
BLUE value IS 116 (45.70% from 255) = 20.64%
R=37.72%
G=41.64%
B=20.64%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2122341160.0900.500.0871.1973.7568.63
HexD4EA7490328474a45
Octal3243521641106210107112105
Binary11010100111010101110100100101100101000100011110010101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4EA74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4EA74; }

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

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

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

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

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

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

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

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