Shades of Mindaro #DEE578
Tints of Mindaro #DEE578
RGB
CMYK
RGB Variations
Color information
#DEE578 (or 0xDEE578) is known color: Mindaro. HEX triplet: DE, E5 and 78. RGB value is (222,229,120). Sum of RGB (Red+Green+Blue) = 222+229+120=571 (75% of max value = 765). Red value is 222 (87.11% from 255 or 38.88% from 571); Green value is 229 (89.84% from 255 or 40.11% from 571); Blue value is 120 (47.27% from 255 or 21.02% from 571); Max value from RGB is 229 - color contains mainly: green. Hex color #DEE578 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEE578 is #211A87. Grayscale: #D6D6D6. Windows color (decimal): -2169480 or 7923166. OLE color: 7923166.
HSL color Cylindrical-coordinate representation of color #DEE578: hue angle of 63.85º degrees, saturation: 0.68, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DEE578 is Cyan = 0.03, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 222 | 229 | 120 | - |
| CMYK | 0.03 | 0 | 0.48 | 0.10 |
| HSL | 63.85º | 0.68% | 0.68% | - |
| HSV(B) | 63.85º | 0.48% | 0.9% | - |
| XYZ | 61.53 | 72.92 | 28.6 | - |
| YUV | 214.48 | 74.68 | 133.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 229 | 120 | 0.03 | 0 | 0.48 | 0.10 | 63.85 | 0.68 | 0.68 |
| Hex | DE | E5 | 78 | 3 | 0 | 30 | A | 40 | 44 | 44 |
| Octal | 336 | 345 | 170 | 3 | 0 | 60 | 12 | 100 | 104 | 104 |
| Binary | 11011110 | 11100101 | 1111000 | 11 | 0 | 110000 | 1010 | 1000000 | 1000100 | 1000100 |
Color Harmonies of #DEE578
Complementary color
Monochromatic Colors of #DEE578
Black with #DEE578
Text Example
Text Example
White with #DEE578
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE578; }
p { color: rgb(222,229,120); }
H1.HeaderClassName
{
color: #DEE578;
}
.AnyTagClassName
{
color: #DEE578;
}
</style>
background-color css
<style>
a { background-color: #DEE578; }
a { background-color: rgb(222,229,120); }
div.DivClassName
{
background-color: #DEE578;
}
.BgClassName
{
background-color: #DEE578;
}
</style>
border-color css
<style>
span { border-color: #DEE578; }
span { border-color: rgb(222,229,120); }
td.TdClassName
{
border-color: #DEE578;
}
.TagClassName
{
border-color: #DEE578;
}
</style>