#D4EA7E

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

Shades of Mindaro #D4EA7E

Tints of Mindaro #D4EA7E

Color information

#D4EA7E (or 0xD4EA7E) is unknown color: approx Mindaro. HEX triplet: D4, EA and 7E. RGB value is (212,234,126). Sum of RGB (Red+Green+Blue) = 212+234+126=572 (75% of max value = 765). Red value is 212 (83.20% from 255 or 37.06% from 572); Green value is 234 (91.80% from 255 or 40.91% from 572); Blue value is 126 (49.61% from 255 or 22.03% from 572); Max value from RGB is 234 - color contains mainly: green. Hex color #D4EA7E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D4EA7E is #2B1581. Grayscale: #D7D7D7. Windows color (decimal): -2823554 or 8317652. OLE color: 8317652.

HSL color Cylindrical-coordinate representation of color #D4EA7E: hue angle of 72.22º degrees, saturation: 0.72, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D4EA7E is Cyan = 0.09, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.08.

Color convert

RGB212234126-
CMYK0.0900.460.08
HSL72.22º72%70.59%-
HSV(B)72.22º46.15%91.76%-
XYZ60.3474.3530.91-
YUV215.1177.71125.78-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 37.06%
GREEN value IS 234 (91.80% from 255) = 40.91%
BLUE value IS 126 (49.61% from 255) = 22.03%
R=37.06%
G=40.91%
B=22.03%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2122341260.0900.460.0872.227270.59
HexD4EA7E902E8484847
Octal3243521761105610110110107
Binary11010100111010101111110100101011101000100100010010001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4EA7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4EA7E; }

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

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

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

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

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

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

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

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