Shades of Mindaro #DEE977
Tints of Mindaro #DEE977
RGB
CMYK
RGB Variations
Color information
#DEE977 (or 0xDEE977) is known color: Mindaro. HEX triplet: DE, E9 and 77. RGB value is (222,233,119). Sum of RGB (Red+Green+Blue) = 222+233+119=574 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.68% from 574); Green value is 233 (91.41% from 255 or 40.59% from 574); Blue value is 119 (46.88% from 255 or 20.73% from 574); Max value from RGB is 233 - color contains mainly: green. Hex color #DEE977 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DEE977 is #211688. Grayscale: #D9D9D9. Windows color (decimal): -2168457 or 7858654. OLE color: 7858654.
HSL color Cylindrical-coordinate representation of color #DEE977: hue angle of 65.79º degrees, saturation: 0.72, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DEE977 is Cyan = 0.05, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 222 | 233 | 119 | - |
| CMYK | 0.05 | 0 | 0.49 | 0.09 |
| HSL | 65.79º | 0.72% | 0.69% | - |
| HSV(B) | 65.79º | 0.49% | 0.91% | - |
| XYZ | 62.59 | 75.14 | 28.66 | - |
| YUV | 216.72 | 72.86 | 131.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 233 | 119 | 0.05 | 0 | 0.49 | 0.09 | 65.79 | 0.72 | 0.69 |
| Hex | DE | E9 | 77 | 5 | 0 | 31 | 9 | 42 | 48 | 45 |
| Octal | 336 | 351 | 167 | 5 | 0 | 61 | 11 | 102 | 110 | 105 |
| Binary | 11011110 | 11101001 | 1110111 | 101 | 0 | 110001 | 1001 | 1000010 | 1001000 | 1000101 |
Color Harmonies of #DEE977
Complementary color
Monochromatic Colors of #DEE977
Black with #DEE977
Text Example
Text Example
White with #DEE977
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE977; }
p { color: rgb(222,233,119); }
H1.HeaderClassName
{
color: #DEE977;
}
.AnyTagClassName
{
color: #DEE977;
}
</style>
background-color css
<style>
a { background-color: #DEE977; }
a { background-color: rgb(222,233,119); }
div.DivClassName
{
background-color: #DEE977;
}
.BgClassName
{
background-color: #DEE977;
}
</style>
border-color css
<style>
span { border-color: #DEE977; }
span { border-color: rgb(222,233,119); }
td.TdClassName
{
border-color: #DEE977;
}
.TagClassName
{
border-color: #DEE977;
}
</style>