Shades of Mindaro #DEE57B
Tints of Mindaro #DEE57B
RGB
CMYK
RGB Variations
Color information
#DEE57B (or 0xDEE57B) is known color: Mindaro. HEX triplet: DE, E5 and 7B. RGB value is (222,229,123). Sum of RGB (Red+Green+Blue) = 222+229+123=574 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.68% from 574); Green value is 229 (89.84% from 255 or 39.90% from 574); Blue value is 123 (48.44% from 255 or 21.43% from 574); Max value from RGB is 229 - color contains mainly: green. Hex color #DEE57B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEE57B is #211A84. Grayscale: #D7D7D7. Windows color (decimal): -2169477 or 8119774. OLE color: 8119774.
HSL color Cylindrical-coordinate representation of color #DEE57B: hue angle of 63.96º degrees, saturation: 0.67, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DEE57B is Cyan = 0.03, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 222 | 229 | 123 | - |
| CMYK | 0.03 | 0 | 0.46 | 0.10 |
| HSL | 63.96º | 0.67% | 0.69% | - |
| HSV(B) | 63.96º | 0.46% | 0.9% | - |
| XYZ | 61.72 | 73 | 29.58 | - |
| YUV | 214.82 | 76.18 | 133.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 229 | 123 | 0.03 | 0 | 0.46 | 0.10 | 63.96 | 0.67 | 0.69 |
| Hex | DE | E5 | 7B | 3 | 0 | 2E | A | 40 | 43 | 45 |
| Octal | 336 | 345 | 173 | 3 | 0 | 56 | 12 | 100 | 103 | 105 |
| Binary | 11011110 | 11100101 | 1111011 | 11 | 0 | 101110 | 1010 | 1000000 | 1000011 | 1000101 |
Color Harmonies of #DEE57B
Complementary color
Monochromatic Colors of #DEE57B
Black with #DEE57B
Text Example
Text Example
White with #DEE57B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE57B; }
p { color: rgb(222,229,123); }
H1.HeaderClassName
{
color: #DEE57B;
}
.AnyTagClassName
{
color: #DEE57B;
}
</style>
background-color css
<style>
a { background-color: #DEE57B; }
a { background-color: rgb(222,229,123); }
div.DivClassName
{
background-color: #DEE57B;
}
.BgClassName
{
background-color: #DEE57B;
}
</style>
border-color css
<style>
span { border-color: #DEE57B; }
span { border-color: rgb(222,229,123); }
td.TdClassName
{
border-color: #DEE57B;
}
.TagClassName
{
border-color: #DEE57B;
}
</style>