Shades of Mindaro #DEE56D
Tints of Mindaro #DEE56D
RGB
CMYK
RGB Variations
Color information
#DEE56D (or 0xDEE56D) is known color: Mindaro. HEX triplet: DE, E5 and 6D. RGB value is (222,229,109). Sum of RGB (Red+Green+Blue) = 222+229+109=560 (74% of max value = 765). Red value is 222 (87.11% from 255 or 39.64% from 560); Green value is 229 (89.84% from 255 or 40.89% from 560); Blue value is 109 (42.97% from 255 or 19.46% from 560); Max value from RGB is 229 - color contains mainly: green. Hex color #DEE56D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEE56D is #211A92. Grayscale: #D5D5D5. Windows color (decimal): -2169491 or 7202270. OLE color: 7202270.
HSL color Cylindrical-coordinate representation of color #DEE56D: hue angle of 63.5º degrees, saturation: 0.7, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DEE56D is Cyan = 0.03, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 222 | 229 | 109 | - |
| CMYK | 0.03 | 0 | 0.52 | 0.10 |
| HSL | 63.5º | 0.7% | 0.66% | - |
| HSV(B) | 63.5º | 0.52% | 0.9% | - |
| XYZ | 60.9 | 72.67 | 25.29 | - |
| YUV | 213.23 | 69.18 | 134.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 229 | 109 | 0.03 | 0 | 0.52 | 0.10 | 63.5 | 0.7 | 0.66 |
| Hex | DE | E5 | 6D | 3 | 0 | 34 | A | 40 | 46 | 42 |
| Octal | 336 | 345 | 155 | 3 | 0 | 64 | 12 | 100 | 106 | 102 |
| Binary | 11011110 | 11100101 | 1101101 | 11 | 0 | 110100 | 1010 | 1000000 | 1000110 | 1000010 |
Color Harmonies of #DEE56D
Complementary color
Monochromatic Colors of #DEE56D
Black with #DEE56D
Text Example
Text Example
White with #DEE56D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE56D; }
p { color: rgb(222,229,109); }
H1.HeaderClassName
{
color: #DEE56D;
}
.AnyTagClassName
{
color: #DEE56D;
}
</style>
background-color css
<style>
a { background-color: #DEE56D; }
a { background-color: rgb(222,229,109); }
div.DivClassName
{
background-color: #DEE56D;
}
.BgClassName
{
background-color: #DEE56D;
}
</style>
border-color css
<style>
span { border-color: #DEE56D; }
span { border-color: rgb(222,229,109); }
td.TdClassName
{
border-color: #DEE56D;
}
.TagClassName
{
border-color: #DEE56D;
}
</style>