#D4E872

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

Shades of Mindaro #D4E872

Tints of Mindaro #D4E872

Color information

#D4E872 (or 0xD4E872) is unknown color: approx Mindaro. HEX triplet: D4, E8 and 72. RGB value is (212,232,114). Sum of RGB (Red+Green+Blue) = 212+232+114=558 (73% of max value = 765). Red value is 212 (83.20% from 255 or 37.99% from 558); Green value is 232 (91.02% from 255 or 41.58% from 558); Blue value is 114 (44.92% from 255 or 20.43% from 558); Max value from RGB is 232 - color contains mainly: green. Hex color #D4E872 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D4E872 is #2B178D. Grayscale: #D5D5D5. Windows color (decimal): -2824078 or 7530708. OLE color: 7530708.

HSL color Cylindrical-coordinate representation of color #D4E872: hue angle of 70.17º degrees, saturation: 0.72, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D4E872 is Cyan = 0.09, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.09.

Color convert

RGB212232114-
CMYK0.0900.510.09
HSL70.17º71.95%67.84%-
HSV(B)70.17º50.86%90.98%-
XYZ59.0572.9326.88-
YUV212.5772.37127.59-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 37.99%
GREEN value IS 232 (91.02% from 255) = 41.58%
BLUE value IS 114 (44.92% from 255) = 20.43%
R=37.99%
G=41.58%
B=20.43%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2122321140.0900.510.0970.1771.9567.84
HexD4E87290339464844
Octal3243501621106311106110104
Binary11010100111010001110010100101100111001100011010010001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4E872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4E872; }

 p { color: rgb(212,232,114); }

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

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

 a { background-color: rgb(212,232,114); }

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

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

 span { border-color: rgb(212,232,114); }

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