Shades of Mindaro #D4E472
Tints of Mindaro #D4E472
RGB
CMYK
RGB Variations
Color information
#D4E472 (or 0xD4E472) is known color: Mindaro. HEX triplet: D4, E4 and 72. RGB value is (212,228,114). Sum of RGB (Red+Green+Blue) = 212+228+114=554 (73% of max value = 765). Red value is 212 (83.20% from 255 or 38.27% from 554); Green value is 228 (89.45% from 255 or 41.16% from 554); Blue value is 114 (44.92% from 255 or 20.58% from 554); Max value from RGB is 228 - color contains mainly: green. Hex color #D4E472 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4E472 is #2B1B8D. Grayscale: #D2D2D2. Windows color (decimal): -2825102 or 7529684. OLE color: 7529684.
HSL color Cylindrical-coordinate representation of color #D4E472: hue angle of 68.42º degrees, saturation: 0.68, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D4E472 is Cyan = 0.07, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 212 | 228 | 114 | - |
| CMYK | 0.07 | 0 | 0.50 | 0.11 |
| HSL | 68.42º | 0.68% | 0.67% | - |
| HSV(B) | 68.42º | 0.5% | 0.89% | - |
| XYZ | 57.93 | 70.7 | 26.51 | - |
| YUV | 210.22 | 73.7 | 129.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 228 | 114 | 0.07 | 0 | 0.50 | 0.11 | 68.42 | 0.68 | 0.67 |
| Hex | D4 | E4 | 72 | 7 | 0 | 32 | B | 44 | 44 | 43 |
| Octal | 324 | 344 | 162 | 7 | 0 | 62 | 13 | 104 | 104 | 103 |
| Binary | 11010100 | 11100100 | 1110010 | 111 | 0 | 110010 | 1011 | 1000100 | 1000100 | 1000011 |
Color Harmonies of #D4E472
Complementary color
Monochromatic Colors of #D4E472
Black with #D4E472
Text Example
Text Example
White with #D4E472
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4E472; }
p { color: rgb(212,228,114); }
H1.HeaderClassName
{
color: #D4E472;
}
.AnyTagClassName
{
color: #D4E472;
}
</style>
background-color css
<style>
a { background-color: #D4E472; }
a { background-color: rgb(212,228,114); }
div.DivClassName
{
background-color: #D4E472;
}
.BgClassName
{
background-color: #D4E472;
}
</style>
border-color css
<style>
span { border-color: #D4E472; }
span { border-color: rgb(212,228,114); }
td.TdClassName
{
border-color: #D4E472;
}
.TagClassName
{
border-color: #D4E472;
}
</style>