Shades of Mindaro #DEE874
Tints of Mindaro #DEE874
RGB
CMYK
RGB Variations
Color information
#DEE874 (or 0xDEE874) is known color: Mindaro. HEX triplet: DE, E8 and 74. RGB value is (222,232,116). Sum of RGB (Red+Green+Blue) = 222+232+116=570 (75% of max value = 765). Red value is 222 (87.11% from 255 or 38.95% from 570); Green value is 232 (91.02% from 255 or 40.70% from 570); Blue value is 116 (45.70% from 255 or 20.35% from 570); Max value from RGB is 232 - color contains mainly: green. Hex color #DEE874 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DEE874 is #21178B. Grayscale: #D8D8D8. Windows color (decimal): -2168716 or 7661790. OLE color: 7661790.
HSL color Cylindrical-coordinate representation of color #DEE874: hue angle of 65.17º degrees, saturation: 0.72, 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 #DEE874 is Cyan = 0.04, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 222 | 232 | 116 | - |
| CMYK | 0.04 | 0 | 0.50 | 0.09 |
| HSL | 65.17º | 0.72% | 0.68% | - |
| HSV(B) | 65.17º | 0.5% | 0.91% | - |
| XYZ | 62.13 | 74.5 | 27.63 | - |
| YUV | 215.79 | 71.69 | 132.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 232 | 116 | 0.04 | 0 | 0.50 | 0.09 | 65.17 | 0.72 | 0.68 |
| Hex | DE | E8 | 74 | 4 | 0 | 32 | 9 | 41 | 48 | 44 |
| Octal | 336 | 350 | 164 | 4 | 0 | 62 | 11 | 101 | 110 | 104 |
| Binary | 11011110 | 11101000 | 1110100 | 100 | 0 | 110010 | 1001 | 1000001 | 1001000 | 1000100 |
Color Harmonies of #DEE874
Complementary color
Monochromatic Colors of #DEE874
Black with #DEE874
Text Example
Text Example
White with #DEE874
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE874; }
p { color: rgb(222,232,116); }
H1.HeaderClassName
{
color: #DEE874;
}
.AnyTagClassName
{
color: #DEE874;
}
</style>
background-color css
<style>
a { background-color: #DEE874; }
a { background-color: rgb(222,232,116); }
div.DivClassName
{
background-color: #DEE874;
}
.BgClassName
{
background-color: #DEE874;
}
</style>
border-color css
<style>
span { border-color: #DEE874; }
span { border-color: rgb(222,232,116); }
td.TdClassName
{
border-color: #DEE874;
}
.TagClassName
{
border-color: #DEE874;
}
</style>