Shades of Mindaro #DEE970
Tints of Mindaro #DEE970
RGB
CMYK
RGB Variations
Color information
#DEE970 (or 0xDEE970) is known color: Mindaro. HEX triplet: DE, E9 and 70. RGB value is (222,233,112). Sum of RGB (Red+Green+Blue) = 222+233+112=567 (75% of max value = 765). Red value is 222 (87.11% from 255 or 39.15% from 567); Green value is 233 (91.41% from 255 or 41.09% from 567); Blue value is 112 (44.14% from 255 or 19.75% from 567); Max value from RGB is 233 - color contains mainly: green. Hex color #DEE970 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DEE970 is #21168F. Grayscale: #D8D8D8. Windows color (decimal): -2168464 or 7399902. OLE color: 7399902.
HSL color Cylindrical-coordinate representation of color #DEE970: hue angle of 65.45º degrees, saturation: 0.73, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DEE970 is Cyan = 0.05, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 222 | 233 | 112 | - |
| CMYK | 0.05 | 0 | 0.52 | 0.09 |
| HSL | 65.45º | 0.73% | 0.68% | - |
| HSV(B) | 65.45º | 0.52% | 0.91% | - |
| XYZ | 62.19 | 74.98 | 26.52 | - |
| YUV | 215.92 | 69.36 | 132.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 233 | 112 | 0.05 | 0 | 0.52 | 0.09 | 65.45 | 0.73 | 0.68 |
| Hex | DE | E9 | 70 | 5 | 0 | 34 | 9 | 41 | 49 | 44 |
| Octal | 336 | 351 | 160 | 5 | 0 | 64 | 11 | 101 | 111 | 104 |
| Binary | 11011110 | 11101001 | 1110000 | 101 | 0 | 110100 | 1001 | 1000001 | 1001001 | 1000100 |
Color Harmonies of #DEE970
Complementary color
Monochromatic Colors of #DEE970
Black with #DEE970
Text Example
Text Example
White with #DEE970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE970; }
p { color: rgb(222,233,112); }
H1.HeaderClassName
{
color: #DEE970;
}
.AnyTagClassName
{
color: #DEE970;
}
</style>
background-color css
<style>
a { background-color: #DEE970; }
a { background-color: rgb(222,233,112); }
div.DivClassName
{
background-color: #DEE970;
}
.BgClassName
{
background-color: #DEE970;
}
</style>
border-color css
<style>
span { border-color: #DEE970; }
span { border-color: rgb(222,233,112); }
td.TdClassName
{
border-color: #DEE970;
}
.TagClassName
{
border-color: #DEE970;
}
</style>