Shades of Mindaro #DEE871
Tints of Mindaro #DEE871
RGB
CMYK
RGB Variations
Color information
#DEE871 (or 0xDEE871) is known color: Mindaro. HEX triplet: DE, E8 and 71. RGB value is (222,232,113). Sum of RGB (Red+Green+Blue) = 222+232+113=567 (75% of max value = 765). Red value is 222 (87.11% from 255 or 39.15% from 567); Green value is 232 (91.02% from 255 or 40.92% from 567); Blue value is 113 (44.53% from 255 or 19.93% from 567); Max value from RGB is 232 - color contains mainly: green. Hex color #DEE871 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DEE871 is #21178E. Grayscale: #D7D7D7. Windows color (decimal): -2168719 or 7465182. OLE color: 7465182.
HSL color Cylindrical-coordinate representation of color #DEE871: hue angle of 65.04º 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 #DEE871 is Cyan = 0.04, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 222 | 232 | 113 | - |
| CMYK | 0.04 | 0 | 0.51 | 0.09 |
| HSL | 65.04º | 0.72% | 0.68% | - |
| HSV(B) | 65.04º | 0.51% | 0.91% | - |
| XYZ | 61.96 | 74.44 | 26.72 | - |
| YUV | 215.44 | 70.19 | 132.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 232 | 113 | 0.04 | 0 | 0.51 | 0.09 | 65.04 | 0.72 | 0.68 |
| Hex | DE | E8 | 71 | 4 | 0 | 33 | 9 | 41 | 48 | 44 |
| Octal | 336 | 350 | 161 | 4 | 0 | 63 | 11 | 101 | 110 | 104 |
| Binary | 11011110 | 11101000 | 1110001 | 100 | 0 | 110011 | 1001 | 1000001 | 1001000 | 1000100 |
Color Harmonies of #DEE871
Complementary color
Monochromatic Colors of #DEE871
Black with #DEE871
Text Example
Text Example
White with #DEE871
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE871; }
p { color: rgb(222,232,113); }
H1.HeaderClassName
{
color: #DEE871;
}
.AnyTagClassName
{
color: #DEE871;
}
</style>
background-color css
<style>
a { background-color: #DEE871; }
a { background-color: rgb(222,232,113); }
div.DivClassName
{
background-color: #DEE871;
}
.BgClassName
{
background-color: #DEE871;
}
</style>
border-color css
<style>
span { border-color: #DEE871; }
span { border-color: rgb(222,232,113); }
td.TdClassName
{
border-color: #DEE871;
}
.TagClassName
{
border-color: #DEE871;
}
</style>