Shades of Mindaro #D5E872
Tints of Mindaro #D5E872
RGB
CMYK
RGB Variations
Color information
#D5E872 (or 0xD5E872) is known color: Mindaro. HEX triplet: D5, E8 and 72. RGB value is (213,232,114). Sum of RGB (Red+Green+Blue) = 213+232+114=559 (74% of max value = 765). Red value is 213 (83.59% from 255 or 38.10% from 559); Green value is 232 (91.02% from 255 or 41.50% from 559); Blue value is 114 (44.92% from 255 or 20.39% from 559); Max value from RGB is 232 - color contains mainly: green. Hex color #D5E872 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D5E872 is #2A178D. Grayscale: #D5D5D5. Windows color (decimal): -2758542 or 7530709. OLE color: 7530709.
HSL color Cylindrical-coordinate representation of color #D5E872: hue angle of 69.66º 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 #D5E872 is Cyan = 0.08, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 213 | 232 | 114 | - |
| CMYK | 0.08 | 0 | 0.51 | 0.09 |
| HSL | 69.66º | 0.72% | 0.68% | - |
| HSV(B) | 69.66º | 0.51% | 0.91% | - |
| XYZ | 59.33 | 73.07 | 26.9 | - |
| YUV | 212.87 | 72.21 | 128.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 232 | 114 | 0.08 | 0 | 0.51 | 0.09 | 69.66 | 0.72 | 0.68 |
| Hex | D5 | E8 | 72 | 8 | 0 | 33 | 9 | 46 | 48 | 44 |
| Octal | 325 | 350 | 162 | 10 | 0 | 63 | 11 | 106 | 110 | 104 |
| Binary | 11010101 | 11101000 | 1110010 | 1000 | 0 | 110011 | 1001 | 1000110 | 1001000 | 1000100 |
Color Harmonies of #D5E872
Complementary color
Monochromatic Colors of #D5E872
Black with #D5E872
Text Example
Text Example
White with #D5E872
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5E872; }
p { color: rgb(213,232,114); }
H1.HeaderClassName
{
color: #D5E872;
}
.AnyTagClassName
{
color: #D5E872;
}
</style>
background-color css
<style>
a { background-color: #D5E872; }
a { background-color: rgb(213,232,114); }
div.DivClassName
{
background-color: #D5E872;
}
.BgClassName
{
background-color: #D5E872;
}
</style>
border-color css
<style>
span { border-color: #D5E872; }
span { border-color: rgb(213,232,114); }
td.TdClassName
{
border-color: #D5E872;
}
.TagClassName
{
border-color: #D5E872;
}
</style>