Shades of Mindaro #DEE876
Tints of Mindaro #DEE876
RGB
CMYK
RGB Variations
Color information
#DEE876 (or 0xDEE876) is known color: Mindaro. HEX triplet: DE, E8 and 76. RGB value is (222,232,118). Sum of RGB (Red+Green+Blue) = 222+232+118=572 (75% of max value = 765). Red value is 222 (87.11% from 255 or 38.81% from 572); Green value is 232 (91.02% from 255 or 40.56% from 572); Blue value is 118 (46.48% from 255 or 20.63% from 572); Max value from RGB is 232 - color contains mainly: green. Hex color #DEE876 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DEE876 is #211789. Grayscale: #D8D8D8. Windows color (decimal): -2168714 or 7792862. OLE color: 7792862.
HSL color Cylindrical-coordinate representation of color #DEE876: hue angle of 65.26º degrees, saturation: 0.71, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DEE876 is Cyan = 0.04, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 222 | 232 | 118 | - |
| CMYK | 0.04 | 0 | 0.49 | 0.09 |
| HSL | 65.26º | 0.71% | 0.69% | - |
| HSV(B) | 65.26º | 0.49% | 0.91% | - |
| XYZ | 62.25 | 74.55 | 28.25 | - |
| YUV | 216.01 | 72.69 | 132.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 232 | 118 | 0.04 | 0 | 0.49 | 0.09 | 65.26 | 0.71 | 0.69 |
| Hex | DE | E8 | 76 | 4 | 0 | 31 | 9 | 41 | 47 | 45 |
| Octal | 336 | 350 | 166 | 4 | 0 | 61 | 11 | 101 | 107 | 105 |
| Binary | 11011110 | 11101000 | 1110110 | 100 | 0 | 110001 | 1001 | 1000001 | 1000111 | 1000101 |
Color Harmonies of #DEE876
Complementary color
Monochromatic Colors of #DEE876
Black with #DEE876
Text Example
Text Example
White with #DEE876
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE876; }
p { color: rgb(222,232,118); }
H1.HeaderClassName
{
color: #DEE876;
}
.AnyTagClassName
{
color: #DEE876;
}
</style>
background-color css
<style>
a { background-color: #DEE876; }
a { background-color: rgb(222,232,118); }
div.DivClassName
{
background-color: #DEE876;
}
.BgClassName
{
background-color: #DEE876;
}
</style>
border-color css
<style>
span { border-color: #DEE876; }
span { border-color: rgb(222,232,118); }
td.TdClassName
{
border-color: #DEE876;
}
.TagClassName
{
border-color: #DEE876;
}
</style>