Shades of Mindaro #DEE470
Tints of Mindaro #DEE470
RGB
CMYK
RGB Variations
Color information
#DEE470 (or 0xDEE470) is known color: Mindaro. HEX triplet: DE, E4 and 70. RGB value is (222,228,112). Sum of RGB (Red+Green+Blue) = 222+228+112=562 (74% of max value = 765). Red value is 222 (87.11% from 255 or 39.50% from 562); Green value is 228 (89.45% from 255 or 40.57% from 562); Blue value is 112 (44.14% from 255 or 19.93% from 562); Max value from RGB is 228 - color contains mainly: green. Hex color #DEE470 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEE470 is #211B8F. Grayscale: #D5D5D5. Windows color (decimal): -2169744 or 7398622. OLE color: 7398622.
HSL color Cylindrical-coordinate representation of color #DEE470: hue angle of 63.1º degrees, saturation: 0.68, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DEE470 is Cyan = 0.03, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 222 | 228 | 112 | - |
| CMYK | 0.03 | 0 | 0.51 | 0.11 |
| HSL | 63.1º | 0.68% | 0.67% | - |
| HSV(B) | 63.1º | 0.51% | 0.89% | - |
| XYZ | 60.79 | 72.19 | 26.06 | - |
| YUV | 212.98 | 71.01 | 134.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 228 | 112 | 0.03 | 0 | 0.51 | 0.11 | 63.1 | 0.68 | 0.67 |
| Hex | DE | E4 | 70 | 3 | 0 | 33 | B | 3F | 44 | 43 |
| Octal | 336 | 344 | 160 | 3 | 0 | 63 | 13 | 77 | 104 | 103 |
| Binary | 11011110 | 11100100 | 1110000 | 11 | 0 | 110011 | 1011 | 111111 | 1000100 | 1000011 |
Color Harmonies of #DEE470
Complementary color
Monochromatic Colors of #DEE470
Black with #DEE470
Text Example
Text Example
White with #DEE470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE470; }
p { color: rgb(222,228,112); }
H1.HeaderClassName
{
color: #DEE470;
}
.AnyTagClassName
{
color: #DEE470;
}
</style>
background-color css
<style>
a { background-color: #DEE470; }
a { background-color: rgb(222,228,112); }
div.DivClassName
{
background-color: #DEE470;
}
.BgClassName
{
background-color: #DEE470;
}
</style>
border-color css
<style>
span { border-color: #DEE470; }
span { border-color: rgb(222,228,112); }
td.TdClassName
{
border-color: #DEE470;
}
.TagClassName
{
border-color: #DEE470;
}
</style>