Shades of Mindaro #DEE87F
Tints of Mindaro #DEE87F
RGB
CMYK
RGB Variations
Color information
#DEE87F (or 0xDEE87F) is known color: Mindaro. HEX triplet: DE, E8 and 7F. RGB value is (222,232,127). Sum of RGB (Red+Green+Blue) = 222+232+127=581 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.21% from 581); Green value is 232 (91.02% from 255 or 39.93% from 581); Blue value is 127 (50% from 255 or 21.86% from 581); Max value from RGB is 232 - color contains mainly: green. Hex color #DEE87F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DEE87F is #211780. Grayscale: #D9D9D9. Windows color (decimal): -2168705 or 8382686. OLE color: 8382686.
HSL color Cylindrical-coordinate representation of color #DEE87F: hue angle of 65.71º degrees, saturation: 0.7, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DEE87F is Cyan = 0.04, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 222 | 232 | 127 | - |
| CMYK | 0.04 | 0 | 0.45 | 0.09 |
| HSL | 65.71º | 0.7% | 0.7% | - |
| HSV(B) | 65.71º | 0.45% | 0.91% | - |
| XYZ | 62.81 | 74.78 | 31.2 | - |
| YUV | 217.04 | 77.19 | 131.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 232 | 127 | 0.04 | 0 | 0.45 | 0.09 | 65.71 | 0.7 | 0.7 |
| Hex | DE | E8 | 7F | 4 | 0 | 2D | 9 | 42 | 46 | 46 |
| Octal | 336 | 350 | 177 | 4 | 0 | 55 | 11 | 102 | 106 | 106 |
| Binary | 11011110 | 11101000 | 1111111 | 100 | 0 | 101101 | 1001 | 1000010 | 1000110 | 1000110 |
Color Harmonies of #DEE87F
Complementary color
Monochromatic Colors of #DEE87F
Black with #DEE87F
Text Example
Text Example
White with #DEE87F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE87F; }
p { color: rgb(222,232,127); }
H1.HeaderClassName
{
color: #DEE87F;
}
.AnyTagClassName
{
color: #DEE87F;
}
</style>
background-color css
<style>
a { background-color: #DEE87F; }
a { background-color: rgb(222,232,127); }
div.DivClassName
{
background-color: #DEE87F;
}
.BgClassName
{
background-color: #DEE87F;
}
</style>
border-color css
<style>
span { border-color: #DEE87F; }
span { border-color: rgb(222,232,127); }
td.TdClassName
{
border-color: #DEE87F;
}
.TagClassName
{
border-color: #DEE87F;
}
</style>