Shades of Mindaro #DEE974
Tints of Mindaro #DEE974
RGB
CMYK
RGB Variations
Color information
#DEE974 (or 0xDEE974) is known color: Mindaro. HEX triplet: DE, E9 and 74. RGB value is (222,233,116). Sum of RGB (Red+Green+Blue) = 222+233+116=571 (75% of max value = 765). Red value is 222 (87.11% from 255 or 38.88% from 571); Green value is 233 (91.41% from 255 or 40.81% from 571); Blue value is 116 (45.70% from 255 or 20.32% from 571); Max value from RGB is 233 - color contains mainly: green. Hex color #DEE974 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DEE974 is #21168B. Grayscale: #D8D8D8. Windows color (decimal): -2168460 or 7662046. OLE color: 7662046.
HSL color Cylindrical-coordinate representation of color #DEE974: hue angle of 65.64º degrees, saturation: 0.73, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DEE974 is Cyan = 0.05, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 222 | 233 | 116 | - |
| CMYK | 0.05 | 0 | 0.50 | 0.09 |
| HSL | 65.64º | 0.73% | 0.68% | - |
| HSV(B) | 65.64º | 0.5% | 0.91% | - |
| XYZ | 62.42 | 75.07 | 27.72 | - |
| YUV | 216.37 | 71.36 | 132.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 233 | 116 | 0.05 | 0 | 0.50 | 0.09 | 65.64 | 0.73 | 0.68 |
| Hex | DE | E9 | 74 | 5 | 0 | 32 | 9 | 42 | 49 | 44 |
| Octal | 336 | 351 | 164 | 5 | 0 | 62 | 11 | 102 | 111 | 104 |
| Binary | 11011110 | 11101001 | 1110100 | 101 | 0 | 110010 | 1001 | 1000010 | 1001001 | 1000100 |
Color Harmonies of #DEE974
Complementary color
Monochromatic Colors of #DEE974
Black with #DEE974
Text Example
Text Example
White with #DEE974
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE974; }
p { color: rgb(222,233,116); }
H1.HeaderClassName
{
color: #DEE974;
}
.AnyTagClassName
{
color: #DEE974;
}
</style>
background-color css
<style>
a { background-color: #DEE974; }
a { background-color: rgb(222,233,116); }
div.DivClassName
{
background-color: #DEE974;
}
.BgClassName
{
background-color: #DEE974;
}
</style>
border-color css
<style>
span { border-color: #DEE974; }
span { border-color: rgb(222,233,116); }
td.TdClassName
{
border-color: #DEE974;
}
.TagClassName
{
border-color: #DEE974;
}
</style>