Shades of Mindaro #D7E871
Tints of Mindaro #D7E871
RGB
CMYK
RGB Variations
Color information
#D7E871 (or 0xD7E871) is known color: Mindaro. HEX triplet: D7, E8 and 71. RGB value is (215,232,113). Sum of RGB (Red+Green+Blue) = 215+232+113=560 (74% of max value = 765). Red value is 215 (84.38% from 255 or 38.39% from 560); Green value is 232 (91.02% from 255 or 41.43% from 560); Blue value is 113 (44.53% from 255 or 20.18% from 560); Max value from RGB is 232 - color contains mainly: green. Hex color #D7E871 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D7E871 is #28178E. Grayscale: #D5D5D5. Windows color (decimal): -2627471 or 7465175. OLE color: 7465175.
HSL color Cylindrical-coordinate representation of color #D7E871: hue angle of 68.57º 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 #D7E871 is Cyan = 0.07, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 215 | 232 | 113 | - |
| CMYK | 0.07 | 0 | 0.51 | 0.09 |
| HSL | 68.57º | 0.72% | 0.68% | - |
| HSV(B) | 68.57º | 0.51% | 0.91% | - |
| XYZ | 59.86 | 73.35 | 26.63 | - |
| YUV | 213.35 | 71.37 | 129.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 232 | 113 | 0.07 | 0 | 0.51 | 0.09 | 68.57 | 0.72 | 0.68 |
| Hex | D7 | E8 | 71 | 7 | 0 | 33 | 9 | 45 | 48 | 44 |
| Octal | 327 | 350 | 161 | 7 | 0 | 63 | 11 | 105 | 110 | 104 |
| Binary | 11010111 | 11101000 | 1110001 | 111 | 0 | 110011 | 1001 | 1000101 | 1001000 | 1000100 |
Color Harmonies of #D7E871
Complementary color
Monochromatic Colors of #D7E871
Black with #D7E871
Text Example
Text Example
White with #D7E871
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7E871; }
p { color: rgb(215,232,113); }
H1.HeaderClassName
{
color: #D7E871;
}
.AnyTagClassName
{
color: #D7E871;
}
</style>
background-color css
<style>
a { background-color: #D7E871; }
a { background-color: rgb(215,232,113); }
div.DivClassName
{
background-color: #D7E871;
}
.BgClassName
{
background-color: #D7E871;
}
</style>
border-color css
<style>
span { border-color: #D7E871; }
span { border-color: rgb(215,232,113); }
td.TdClassName
{
border-color: #D7E871;
}
.TagClassName
{
border-color: #D7E871;
}
</style>