Shades of Mindaro #D7E872
Tints of Mindaro #D7E872
RGB
CMYK
RGB Variations
Color information
#D7E872 (or 0xD7E872) is known color: Mindaro. HEX triplet: D7, E8 and 72. RGB value is (215,232,114). Sum of RGB (Red+Green+Blue) = 215+232+114=561 (74% of max value = 765). Red value is 215 (84.38% from 255 or 38.32% from 561); Green value is 232 (91.02% from 255 or 41.35% from 561); Blue value is 114 (44.92% from 255 or 20.32% from 561); Max value from RGB is 232 - color contains mainly: green. Hex color #D7E872 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D7E872 is #28178D. Grayscale: #D5D5D5. Windows color (decimal): -2627470 or 7530711. OLE color: 7530711.
HSL color Cylindrical-coordinate representation of color #D7E872: hue angle of 68.64º 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 #D7E872 is Cyan = 0.07, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 215 | 232 | 114 | - |
| CMYK | 0.07 | 0 | 0.51 | 0.09 |
| HSL | 68.64º | 0.72% | 0.68% | - |
| HSV(B) | 68.64º | 0.51% | 0.91% | - |
| XYZ | 59.92 | 73.38 | 26.92 | - |
| YUV | 213.47 | 71.87 | 129.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 232 | 114 | 0.07 | 0 | 0.51 | 0.09 | 68.64 | 0.72 | 0.68 |
| Hex | D7 | E8 | 72 | 7 | 0 | 33 | 9 | 45 | 48 | 44 |
| Octal | 327 | 350 | 162 | 7 | 0 | 63 | 11 | 105 | 110 | 104 |
| Binary | 11010111 | 11101000 | 1110010 | 111 | 0 | 110011 | 1001 | 1000101 | 1001000 | 1000100 |
Color Harmonies of #D7E872
Complementary color
Monochromatic Colors of #D7E872
Black with #D7E872
Text Example
Text Example
White with #D7E872
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7E872; }
p { color: rgb(215,232,114); }
H1.HeaderClassName
{
color: #D7E872;
}
.AnyTagClassName
{
color: #D7E872;
}
</style>
background-color css
<style>
a { background-color: #D7E872; }
a { background-color: rgb(215,232,114); }
div.DivClassName
{
background-color: #D7E872;
}
.BgClassName
{
background-color: #D7E872;
}
</style>
border-color css
<style>
span { border-color: #D7E872; }
span { border-color: rgb(215,232,114); }
td.TdClassName
{
border-color: #D7E872;
}
.TagClassName
{
border-color: #D7E872;
}
</style>