Shades of Mindaro #DEE46D
Tints of Mindaro #DEE46D
RGB
CMYK
RGB Variations
Color information
#DEE46D (or 0xDEE46D) is known color: Mindaro. HEX triplet: DE, E4 and 6D. RGB value is (222,228,109). Sum of RGB (Red+Green+Blue) = 222+228+109=559 (74% of max value = 765). Red value is 222 (87.11% from 255 or 39.71% from 559); Green value is 228 (89.45% from 255 or 40.79% from 559); Blue value is 109 (42.97% from 255 or 19.50% from 559); Max value from RGB is 228 - color contains mainly: green. Hex color #DEE46D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEE46D is #211B92. Grayscale: #D5D5D5. Windows color (decimal): -2169747 or 7202014. OLE color: 7202014.
HSL color Cylindrical-coordinate representation of color #DEE46D: hue angle of 63.03º degrees, saturation: 0.69, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DEE46D is Cyan = 0.03, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 222 | 228 | 109 | - |
| CMYK | 0.03 | 0 | 0.52 | 0.11 |
| HSL | 63.03º | 0.69% | 0.66% | - |
| HSV(B) | 63.03º | 0.52% | 0.89% | - |
| XYZ | 60.63 | 72.12 | 25.19 | - |
| YUV | 212.64 | 69.51 | 134.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 228 | 109 | 0.03 | 0 | 0.52 | 0.11 | 63.03 | 0.69 | 0.66 |
| Hex | DE | E4 | 6D | 3 | 0 | 34 | B | 3F | 45 | 42 |
| Octal | 336 | 344 | 155 | 3 | 0 | 64 | 13 | 77 | 105 | 102 |
| Binary | 11011110 | 11100100 | 1101101 | 11 | 0 | 110100 | 1011 | 111111 | 1000101 | 1000010 |
Color Harmonies of #DEE46D
Complementary color
Monochromatic Colors of #DEE46D
Black with #DEE46D
Text Example
Text Example
White with #DEE46D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE46D; }
p { color: rgb(222,228,109); }
H1.HeaderClassName
{
color: #DEE46D;
}
.AnyTagClassName
{
color: #DEE46D;
}
</style>
background-color css
<style>
a { background-color: #DEE46D; }
a { background-color: rgb(222,228,109); }
div.DivClassName
{
background-color: #DEE46D;
}
.BgClassName
{
background-color: #DEE46D;
}
</style>
border-color css
<style>
span { border-color: #DEE46D; }
span { border-color: rgb(222,228,109); }
td.TdClassName
{
border-color: #DEE46D;
}
.TagClassName
{
border-color: #DEE46D;
}
</style>