Shades of Mindaro #DEE980
Tints of Mindaro #DEE980
RGB
CMYK
RGB Variations
Color information
#DEE980 (or 0xDEE980) is known color: Mindaro. HEX triplet: DE, E9 and 80. RGB value is (222,233,128). Sum of RGB (Red+Green+Blue) = 222+233+128=583 (77% of max value = 765). Red value is 222 (87.11% from 255 or 38.08% from 583); Green value is 233 (91.41% from 255 or 39.97% from 583); Blue value is 128 (50.39% from 255 or 21.96% from 583); Max value from RGB is 233 - color contains mainly: green. Hex color #DEE980 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEE980 is #21167F. Grayscale: #DADADA. Windows color (decimal): -2168448 or 8448478. OLE color: 8448478.
HSL color Cylindrical-coordinate representation of color #DEE980: hue angle of 66.29º degrees, saturation: 0.7, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DEE980 is Cyan = 0.05, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 222 | 233 | 128 | - |
| CMYK | 0.05 | 0 | 0.45 | 0.09 |
| HSL | 66.29º | 0.7% | 0.71% | - |
| HSV(B) | 66.29º | 0.45% | 0.91% | - |
| XYZ | 63.16 | 75.37 | 31.64 | - |
| YUV | 217.74 | 77.36 | 131.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 233 | 128 | 0.05 | 0 | 0.45 | 0.09 | 66.29 | 0.7 | 0.71 |
| Hex | DE | E9 | 80 | 5 | 0 | 2D | 9 | 42 | 46 | 47 |
| Octal | 336 | 351 | 200 | 5 | 0 | 55 | 11 | 102 | 106 | 107 |
| Binary | 11011110 | 11101001 | 10000000 | 101 | 0 | 101101 | 1001 | 1000010 | 1000110 | 1000111 |
Color Harmonies of #DEE980
Complementary color
Monochromatic Colors of #DEE980
Black with #DEE980
Text Example
Text Example
White with #DEE980
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE980; }
p { color: rgb(222,233,128); }
H1.HeaderClassName
{
color: #DEE980;
}
.AnyTagClassName
{
color: #DEE980;
}
</style>
background-color css
<style>
a { background-color: #DEE980; }
a { background-color: rgb(222,233,128); }
div.DivClassName
{
background-color: #DEE980;
}
.BgClassName
{
background-color: #DEE980;
}
</style>
border-color css
<style>
span { border-color: #DEE980; }
span { border-color: rgb(222,233,128); }
td.TdClassName
{
border-color: #DEE980;
}
.TagClassName
{
border-color: #DEE980;
}
</style>