Shades of Mindaro #DEE56F
Tints of Mindaro #DEE56F
RGB
CMYK
RGB Variations
Color information
#DEE56F (or 0xDEE56F) is known color: Mindaro. HEX triplet: DE, E5 and 6F. RGB value is (222,229,111). Sum of RGB (Red+Green+Blue) = 222+229+111=562 (74% of max value = 765). Red value is 222 (87.11% from 255 or 39.50% from 562); Green value is 229 (89.84% from 255 or 40.75% from 562); Blue value is 111 (43.75% from 255 or 19.75% from 562); Max value from RGB is 229 - color contains mainly: green. Hex color #DEE56F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEE56F is #211A90. Grayscale: #D5D5D5. Windows color (decimal): -2169489 or 7333342. OLE color: 7333342.
HSL color Cylindrical-coordinate representation of color #DEE56F: hue angle of 63.56º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DEE56F is Cyan = 0.03, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 222 | 229 | 111 | - |
| CMYK | 0.03 | 0 | 0.52 | 0.10 |
| HSL | 63.56º | 0.69% | 0.67% | - |
| HSV(B) | 63.56º | 0.52% | 0.9% | - |
| XYZ | 61.01 | 72.72 | 25.86 | - |
| YUV | 213.46 | 70.18 | 134.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 229 | 111 | 0.03 | 0 | 0.52 | 0.10 | 63.56 | 0.69 | 0.67 |
| Hex | DE | E5 | 6F | 3 | 0 | 34 | A | 40 | 45 | 43 |
| Octal | 336 | 345 | 157 | 3 | 0 | 64 | 12 | 100 | 105 | 103 |
| Binary | 11011110 | 11100101 | 1101111 | 11 | 0 | 110100 | 1010 | 1000000 | 1000101 | 1000011 |
Color Harmonies of #DEE56F
Complementary color
Monochromatic Colors of #DEE56F
Black with #DEE56F
Text Example
Text Example
White with #DEE56F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE56F; }
p { color: rgb(222,229,111); }
H1.HeaderClassName
{
color: #DEE56F;
}
.AnyTagClassName
{
color: #DEE56F;
}
</style>
background-color css
<style>
a { background-color: #DEE56F; }
a { background-color: rgb(222,229,111); }
div.DivClassName
{
background-color: #DEE56F;
}
.BgClassName
{
background-color: #DEE56F;
}
</style>
border-color css
<style>
span { border-color: #DEE56F; }
span { border-color: rgb(222,229,111); }
td.TdClassName
{
border-color: #DEE56F;
}
.TagClassName
{
border-color: #DEE56F;
}
</style>