Shades of Mindaro #DEE878
Tints of Mindaro #DEE878
RGB
CMYK
RGB Variations
Color information
#DEE878 (or 0xDEE878) is known color: Mindaro. HEX triplet: DE, E8 and 78. RGB value is (222,232,120). Sum of RGB (Red+Green+Blue) = 222+232+120=574 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.68% from 574); Green value is 232 (91.02% from 255 or 40.42% from 574); Blue value is 120 (47.27% from 255 or 20.91% from 574); Max value from RGB is 232 - color contains mainly: green. Hex color #DEE878 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DEE878 is #211787. Grayscale: #D8D8D8. Windows color (decimal): -2168712 or 7923934. OLE color: 7923934.
HSL color Cylindrical-coordinate representation of color #DEE878: hue angle of 65.36º degrees, saturation: 0.71, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DEE878 is Cyan = 0.04, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 222 | 232 | 120 | - |
| CMYK | 0.04 | 0 | 0.48 | 0.09 |
| HSL | 65.36º | 0.71% | 0.69% | - |
| HSV(B) | 65.36º | 0.48% | 0.91% | - |
| XYZ | 62.37 | 74.6 | 28.88 | - |
| YUV | 216.24 | 73.69 | 132.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 232 | 120 | 0.04 | 0 | 0.48 | 0.09 | 65.36 | 0.71 | 0.69 |
| Hex | DE | E8 | 78 | 4 | 0 | 30 | 9 | 41 | 47 | 45 |
| Octal | 336 | 350 | 170 | 4 | 0 | 60 | 11 | 101 | 107 | 105 |
| Binary | 11011110 | 11101000 | 1111000 | 100 | 0 | 110000 | 1001 | 1000001 | 1000111 | 1000101 |
Color Harmonies of #DEE878
Complementary color
Monochromatic Colors of #DEE878
Black with #DEE878
Text Example
Text Example
White with #DEE878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE878; }
p { color: rgb(222,232,120); }
H1.HeaderClassName
{
color: #DEE878;
}
.AnyTagClassName
{
color: #DEE878;
}
</style>
background-color css
<style>
a { background-color: #DEE878; }
a { background-color: rgb(222,232,120); }
div.DivClassName
{
background-color: #DEE878;
}
.BgClassName
{
background-color: #DEE878;
}
</style>
border-color css
<style>
span { border-color: #DEE878; }
span { border-color: rgb(222,232,120); }
td.TdClassName
{
border-color: #DEE878;
}
.TagClassName
{
border-color: #DEE878;
}
</style>