Shades of Mindaro #DEE86D
Tints of Mindaro #DEE86D
RGB
CMYK
RGB Variations
Color information
#DEE86D (or 0xDEE86D) is known color: Mindaro. HEX triplet: DE, E8 and 6D. RGB value is (222,232,109). Sum of RGB (Red+Green+Blue) = 222+232+109=563 (74% of max value = 765). Red value is 222 (87.11% from 255 or 39.43% from 563); Green value is 232 (91.02% from 255 or 41.21% from 563); Blue value is 109 (42.97% from 255 or 19.36% from 563); Max value from RGB is 232 - color contains mainly: green. Hex color #DEE86D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DEE86D is #211792. Grayscale: #D7D7D7. Windows color (decimal): -2168723 or 7203038. OLE color: 7203038.
HSL color Cylindrical-coordinate representation of color #DEE86D: hue angle of 64.88º degrees, saturation: 0.73, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DEE86D is Cyan = 0.04, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 222 | 232 | 109 | - |
| CMYK | 0.04 | 0 | 0.53 | 0.09 |
| HSL | 64.88º | 0.73% | 0.67% | - |
| HSV(B) | 64.88º | 0.53% | 0.91% | - |
| XYZ | 61.74 | 74.35 | 25.56 | - |
| YUV | 214.99 | 68.19 | 133 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 232 | 109 | 0.04 | 0 | 0.53 | 0.09 | 64.88 | 0.73 | 0.67 |
| Hex | DE | E8 | 6D | 4 | 0 | 35 | 9 | 41 | 49 | 43 |
| Octal | 336 | 350 | 155 | 4 | 0 | 65 | 11 | 101 | 111 | 103 |
| Binary | 11011110 | 11101000 | 1101101 | 100 | 0 | 110101 | 1001 | 1000001 | 1001001 | 1000011 |
Color Harmonies of #DEE86D
Complementary color
Monochromatic Colors of #DEE86D
Black with #DEE86D
Text Example
Text Example
White with #DEE86D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE86D; }
p { color: rgb(222,232,109); }
H1.HeaderClassName
{
color: #DEE86D;
}
.AnyTagClassName
{
color: #DEE86D;
}
</style>
background-color css
<style>
a { background-color: #DEE86D; }
a { background-color: rgb(222,232,109); }
div.DivClassName
{
background-color: #DEE86D;
}
.BgClassName
{
background-color: #DEE86D;
}
</style>
border-color css
<style>
span { border-color: #DEE86D; }
span { border-color: rgb(222,232,109); }
td.TdClassName
{
border-color: #DEE86D;
}
.TagClassName
{
border-color: #DEE86D;
}
</style>