Shades of Mindaro #DEE670
Tints of Mindaro #DEE670
RGB
CMYK
RGB Variations
Color information
#DEE670 (or 0xDEE670) is known color: Mindaro. HEX triplet: DE, E6 and 70. RGB value is (222,230,112). Sum of RGB (Red+Green+Blue) = 222+230+112=564 (74% of max value = 765). Red value is 222 (87.11% from 255 or 39.36% from 564); Green value is 230 (90.23% from 255 or 40.78% from 564); Blue value is 112 (44.14% from 255 or 19.86% from 564); Max value from RGB is 230 - color contains mainly: green. Hex color #DEE670 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DEE670 is #21198F. Grayscale: #D6D6D6. Windows color (decimal): -2169232 or 7399134. OLE color: 7399134.
HSL color Cylindrical-coordinate representation of color #DEE670: hue angle of 64.07º degrees, saturation: 0.7, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DEE670 is Cyan = 0.03, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 222 | 230 | 112 | - |
| CMYK | 0.03 | 0 | 0.51 | 0.10 |
| HSL | 64.07º | 0.7% | 0.67% | - |
| HSV(B) | 64.07º | 0.51% | 0.9% | - |
| XYZ | 61.35 | 73.29 | 26.24 | - |
| YUV | 214.16 | 70.35 | 133.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 230 | 112 | 0.03 | 0 | 0.51 | 0.10 | 64.07 | 0.7 | 0.67 |
| Hex | DE | E6 | 70 | 3 | 0 | 33 | A | 40 | 46 | 43 |
| Octal | 336 | 346 | 160 | 3 | 0 | 63 | 12 | 100 | 106 | 103 |
| Binary | 11011110 | 11100110 | 1110000 | 11 | 0 | 110011 | 1010 | 1000000 | 1000110 | 1000011 |
Color Harmonies of #DEE670
Complementary color
Monochromatic Colors of #DEE670
Black with #DEE670
Text Example
Text Example
White with #DEE670
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE670; }
p { color: rgb(222,230,112); }
H1.HeaderClassName
{
color: #DEE670;
}
.AnyTagClassName
{
color: #DEE670;
}
</style>
background-color css
<style>
a { background-color: #DEE670; }
a { background-color: rgb(222,230,112); }
div.DivClassName
{
background-color: #DEE670;
}
.BgClassName
{
background-color: #DEE670;
}
</style>
border-color css
<style>
span { border-color: #DEE670; }
span { border-color: rgb(222,230,112); }
td.TdClassName
{
border-color: #DEE670;
}
.TagClassName
{
border-color: #DEE670;
}
</style>