Shades of Mindaro #DEE57A
Tints of Mindaro #DEE57A
RGB
CMYK
RGB Variations
Color information
#DEE57A (or 0xDEE57A) is known color: Mindaro. HEX triplet: DE, E5 and 7A. RGB value is (222,229,122). Sum of RGB (Red+Green+Blue) = 222+229+122=573 (75% of max value = 765). Red value is 222 (87.11% from 255 or 38.74% from 573); Green value is 229 (89.84% from 255 or 39.97% from 573); Blue value is 122 (48.05% from 255 or 21.29% from 573); Max value from RGB is 229 - color contains mainly: green. Hex color #DEE57A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEE57A is #211A85. Grayscale: #D7D7D7. Windows color (decimal): -2169478 or 8054238. OLE color: 8054238.
HSL color Cylindrical-coordinate representation of color #DEE57A: hue angle of 63.93º degrees, saturation: 0.67, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DEE57A is Cyan = 0.03, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 222 | 229 | 122 | - |
| CMYK | 0.03 | 0 | 0.47 | 0.10 |
| HSL | 63.93º | 0.67% | 0.69% | - |
| HSV(B) | 63.93º | 0.47% | 0.9% | - |
| XYZ | 61.66 | 72.97 | 29.25 | - |
| YUV | 214.71 | 75.68 | 133.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 229 | 122 | 0.03 | 0 | 0.47 | 0.10 | 63.93 | 0.67 | 0.69 |
| Hex | DE | E5 | 7A | 3 | 0 | 2F | A | 40 | 43 | 45 |
| Octal | 336 | 345 | 172 | 3 | 0 | 57 | 12 | 100 | 103 | 105 |
| Binary | 11011110 | 11100101 | 1111010 | 11 | 0 | 101111 | 1010 | 1000000 | 1000011 | 1000101 |
Color Harmonies of #DEE57A
Complementary color
Monochromatic Colors of #DEE57A
Black with #DEE57A
Text Example
Text Example
White with #DEE57A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE57A; }
p { color: rgb(222,229,122); }
H1.HeaderClassName
{
color: #DEE57A;
}
.AnyTagClassName
{
color: #DEE57A;
}
</style>
background-color css
<style>
a { background-color: #DEE57A; }
a { background-color: rgb(222,229,122); }
div.DivClassName
{
background-color: #DEE57A;
}
.BgClassName
{
background-color: #DEE57A;
}
</style>
border-color css
<style>
span { border-color: #DEE57A; }
span { border-color: rgb(222,229,122); }
td.TdClassName
{
border-color: #DEE57A;
}
.TagClassName
{
border-color: #DEE57A;
}
</style>