Shades of Mindaro #DEE87B
Tints of Mindaro #DEE87B
RGB
CMYK
RGB Variations
Color information
#DEE87B (or 0xDEE87B) is known color: Mindaro. HEX triplet: DE, E8 and 7B. RGB value is (222,232,123). Sum of RGB (Red+Green+Blue) = 222+232+123=577 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.47% from 577); Green value is 232 (91.02% from 255 or 40.21% from 577); Blue value is 123 (48.44% from 255 or 21.32% from 577); Max value from RGB is 232 - color contains mainly: green. Hex color #DEE87B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DEE87B is #211784. Grayscale: #D9D9D9. Windows color (decimal): -2168709 or 8120542. OLE color: 8120542.
HSL color Cylindrical-coordinate representation of color #DEE87B: hue angle of 65.5º degrees, saturation: 0.7, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DEE87B is Cyan = 0.04, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 222 | 232 | 123 | - |
| CMYK | 0.04 | 0 | 0.47 | 0.09 |
| HSL | 65.5º | 0.7% | 0.7% | - |
| HSV(B) | 65.5º | 0.47% | 0.91% | - |
| XYZ | 62.56 | 74.67 | 29.86 | - |
| YUV | 216.58 | 75.19 | 131.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 232 | 123 | 0.04 | 0 | 0.47 | 0.09 | 65.5 | 0.7 | 0.7 |
| Hex | DE | E8 | 7B | 4 | 0 | 2F | 9 | 42 | 46 | 46 |
| Octal | 336 | 350 | 173 | 4 | 0 | 57 | 11 | 102 | 106 | 106 |
| Binary | 11011110 | 11101000 | 1111011 | 100 | 0 | 101111 | 1001 | 1000010 | 1000110 | 1000110 |
Color Harmonies of #DEE87B
Complementary color
Monochromatic Colors of #DEE87B
Black with #DEE87B
Text Example
Text Example
White with #DEE87B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE87B; }
p { color: rgb(222,232,123); }
H1.HeaderClassName
{
color: #DEE87B;
}
.AnyTagClassName
{
color: #DEE87B;
}
</style>
background-color css
<style>
a { background-color: #DEE87B; }
a { background-color: rgb(222,232,123); }
div.DivClassName
{
background-color: #DEE87B;
}
.BgClassName
{
background-color: #DEE87B;
}
</style>
border-color css
<style>
span { border-color: #DEE87B; }
span { border-color: rgb(222,232,123); }
td.TdClassName
{
border-color: #DEE87B;
}
.TagClassName
{
border-color: #DEE87B;
}
</style>