Shades of Mindaro #DEE96B
Tints of Mindaro #DEE96B
RGB
CMYK
RGB Variations
Color information
#DEE96B (or 0xDEE96B) is known color: Mindaro. HEX triplet: DE, E9 and 6B. RGB value is (222,233,107). Sum of RGB (Red+Green+Blue) = 222+233+107=562 (74% of max value = 765). Red value is 222 (87.11% from 255 or 39.50% from 562); Green value is 233 (91.41% from 255 or 41.46% from 562); Blue value is 107 (42.19% from 255 or 19.04% from 562); Max value from RGB is 233 - color contains mainly: green. Hex color #DEE96B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DEE96B is #211694. Grayscale: #D7D7D7. Windows color (decimal): -2168469 or 7072222. OLE color: 7072222.
HSL color Cylindrical-coordinate representation of color #DEE96B: hue angle of 65.24º degrees, saturation: 0.74, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DEE96B is Cyan = 0.05, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 222 | 233 | 107 | - |
| CMYK | 0.05 | 0 | 0.54 | 0.09 |
| HSL | 65.24º | 0.74% | 0.67% | - |
| HSV(B) | 65.24º | 0.54% | 0.91% | - |
| XYZ | 61.92 | 74.87 | 25.1 | - |
| YUV | 215.35 | 66.86 | 132.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 233 | 107 | 0.05 | 0 | 0.54 | 0.09 | 65.24 | 0.74 | 0.67 |
| Hex | DE | E9 | 6B | 5 | 0 | 36 | 9 | 41 | 4A | 43 |
| Octal | 336 | 351 | 153 | 5 | 0 | 66 | 11 | 101 | 112 | 103 |
| Binary | 11011110 | 11101001 | 1101011 | 101 | 0 | 110110 | 1001 | 1000001 | 1001010 | 1000011 |
Color Harmonies of #DEE96B
Complementary color
Monochromatic Colors of #DEE96B
Black with #DEE96B
Text Example
Text Example
White with #DEE96B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE96B; }
p { color: rgb(222,233,107); }
H1.HeaderClassName
{
color: #DEE96B;
}
.AnyTagClassName
{
color: #DEE96B;
}
</style>
background-color css
<style>
a { background-color: #DEE96B; }
a { background-color: rgb(222,233,107); }
div.DivClassName
{
background-color: #DEE96B;
}
.BgClassName
{
background-color: #DEE96B;
}
</style>
border-color css
<style>
span { border-color: #DEE96B; }
span { border-color: rgb(222,233,107); }
td.TdClassName
{
border-color: #DEE96B;
}
.TagClassName
{
border-color: #DEE96B;
}
</style>