Shades of Mindaro #DEE975
Tints of Mindaro #DEE975
RGB
CMYK
RGB Variations
Color information
#DEE975 (or 0xDEE975) is known color: Mindaro. HEX triplet: DE, E9 and 75. RGB value is (222,233,117). Sum of RGB (Red+Green+Blue) = 222+233+117=572 (75% of max value = 765). Red value is 222 (87.11% from 255 or 38.81% from 572); Green value is 233 (91.41% from 255 or 40.73% from 572); Blue value is 117 (46.09% from 255 or 20.45% from 572); Max value from RGB is 233 - color contains mainly: green. Hex color #DEE975 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DEE975 is #21168A. Grayscale: #D8D8D8. Windows color (decimal): -2168459 or 7727582. OLE color: 7727582.
HSL color Cylindrical-coordinate representation of color #DEE975: hue angle of 65.69º degrees, saturation: 0.73, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DEE975 is Cyan = 0.05, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 222 | 233 | 117 | - |
| CMYK | 0.05 | 0 | 0.50 | 0.09 |
| HSL | 65.69º | 0.73% | 0.69% | - |
| HSV(B) | 65.69º | 0.5% | 0.91% | - |
| XYZ | 62.47 | 75.09 | 28.03 | - |
| YUV | 216.49 | 71.86 | 131.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 233 | 117 | 0.05 | 0 | 0.50 | 0.09 | 65.69 | 0.73 | 0.69 |
| Hex | DE | E9 | 75 | 5 | 0 | 32 | 9 | 42 | 48 | 45 |
| Octal | 336 | 351 | 165 | 5 | 0 | 62 | 11 | 102 | 110 | 105 |
| Binary | 11011110 | 11101001 | 1110101 | 101 | 0 | 110010 | 1001 | 1000010 | 1001000 | 1000101 |
Color Harmonies of #DEE975
Complementary color
Monochromatic Colors of #DEE975
Black with #DEE975
Text Example
Text Example
White with #DEE975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE975; }
p { color: rgb(222,233,117); }
H1.HeaderClassName
{
color: #DEE975;
}
.AnyTagClassName
{
color: #DEE975;
}
</style>
background-color css
<style>
a { background-color: #DEE975; }
a { background-color: rgb(222,233,117); }
div.DivClassName
{
background-color: #DEE975;
}
.BgClassName
{
background-color: #DEE975;
}
</style>
border-color css
<style>
span { border-color: #DEE975; }
span { border-color: rgb(222,233,117); }
td.TdClassName
{
border-color: #DEE975;
}
.TagClassName
{
border-color: #DEE975;
}
</style>