Shades of Mindaro #DEE47B
Tints of Mindaro #DEE47B
RGB
CMYK
RGB Variations
Color information
#DEE47B (or 0xDEE47B) is known color: Mindaro. HEX triplet: DE, E4 and 7B. RGB value is (222,228,123). Sum of RGB (Red+Green+Blue) = 222+228+123=573 (75% of max value = 765). Red value is 222 (87.11% from 255 or 38.74% from 573); Green value is 228 (89.45% from 255 or 39.79% from 573); Blue value is 123 (48.44% from 255 or 21.47% from 573); Max value from RGB is 228 - color contains mainly: green. Hex color #DEE47B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEE47B is #211B84. Grayscale: #D6D6D6. Windows color (decimal): -2169733 or 8119518. OLE color: 8119518.
HSL color Cylindrical-coordinate representation of color #DEE47B: hue angle of 63.43º 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 #DEE47B is Cyan = 0.03, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 222 | 228 | 123 | - |
| CMYK | 0.03 | 0 | 0.46 | 0.11 |
| HSL | 63.43º | 0.66% | 0.69% | - |
| HSV(B) | 63.43º | 0.46% | 0.89% | - |
| XYZ | 61.44 | 72.45 | 29.48 | - |
| YUV | 214.24 | 76.51 | 133.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 228 | 123 | 0.03 | 0 | 0.46 | 0.11 | 63.43 | 0.66 | 0.69 |
| Hex | DE | E4 | 7B | 3 | 0 | 2E | B | 3F | 42 | 45 |
| Octal | 336 | 344 | 173 | 3 | 0 | 56 | 13 | 77 | 102 | 105 |
| Binary | 11011110 | 11100100 | 1111011 | 11 | 0 | 101110 | 1011 | 111111 | 1000010 | 1000101 |
Color Harmonies of #DEE47B
Complementary color
Monochromatic Colors of #DEE47B
Black with #DEE47B
Text Example
Text Example
White with #DEE47B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE47B; }
p { color: rgb(222,228,123); }
H1.HeaderClassName
{
color: #DEE47B;
}
.AnyTagClassName
{
color: #DEE47B;
}
</style>
background-color css
<style>
a { background-color: #DEE47B; }
a { background-color: rgb(222,228,123); }
div.DivClassName
{
background-color: #DEE47B;
}
.BgClassName
{
background-color: #DEE47B;
}
</style>
border-color css
<style>
span { border-color: #DEE47B; }
span { border-color: rgb(222,228,123); }
td.TdClassName
{
border-color: #DEE47B;
}
.TagClassName
{
border-color: #DEE47B;
}
</style>