Shades of Mindaro #DEE47A
Tints of Mindaro #DEE47A
RGB
CMYK
RGB Variations
Color information
#DEE47A (or 0xDEE47A) is known color: Mindaro. HEX triplet: DE, E4 and 7A. RGB value is (222,228,122). Sum of RGB (Red+Green+Blue) = 222+228+122=572 (75% of max value = 765). Red value is 222 (87.11% from 255 or 38.81% from 572); Green value is 228 (89.45% from 255 or 39.86% from 572); Blue value is 122 (48.05% from 255 or 21.33% from 572); Max value from RGB is 228 - color contains mainly: green. Hex color #DEE47A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEE47A is #211B85. Grayscale: #D6D6D6. Windows color (decimal): -2169734 or 8053982. OLE color: 8053982.
HSL color Cylindrical-coordinate representation of color #DEE47A: hue angle of 63.4º degrees, saturation: 0.66, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DEE47A is Cyan = 0.03, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 222 | 228 | 122 | - |
| CMYK | 0.03 | 0 | 0.46 | 0.11 |
| HSL | 63.4º | 0.66% | 0.69% | - |
| HSV(B) | 63.4º | 0.46% | 0.89% | - |
| XYZ | 61.38 | 72.42 | 29.16 | - |
| YUV | 214.12 | 76.01 | 133.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 228 | 122 | 0.03 | 0 | 0.46 | 0.11 | 63.4 | 0.66 | 0.69 |
| Hex | DE | E4 | 7A | 3 | 0 | 2E | B | 3F | 42 | 45 |
| Octal | 336 | 344 | 172 | 3 | 0 | 56 | 13 | 77 | 102 | 105 |
| Binary | 11011110 | 11100100 | 1111010 | 11 | 0 | 101110 | 1011 | 111111 | 1000010 | 1000101 |
Color Harmonies of #DEE47A
Complementary color
Monochromatic Colors of #DEE47A
Black with #DEE47A
Text Example
Text Example
White with #DEE47A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE47A; }
p { color: rgb(222,228,122); }
H1.HeaderClassName
{
color: #DEE47A;
}
.AnyTagClassName
{
color: #DEE47A;
}
</style>
background-color css
<style>
a { background-color: #DEE47A; }
a { background-color: rgb(222,228,122); }
div.DivClassName
{
background-color: #DEE47A;
}
.BgClassName
{
background-color: #DEE47A;
}
</style>
border-color css
<style>
span { border-color: #DEE47A; }
span { border-color: rgb(222,228,122); }
td.TdClassName
{
border-color: #DEE47A;
}
.TagClassName
{
border-color: #DEE47A;
}
</style>