Shades of Mindaro #DEE575
Tints of Mindaro #DEE575
RGB
CMYK
RGB Variations
Color information
#DEE575 (or 0xDEE575) is known color: Mindaro. HEX triplet: DE, E5 and 75. RGB value is (222,229,117). Sum of RGB (Red+Green+Blue) = 222+229+117=568 (75% of max value = 765). Red value is 222 (87.11% from 255 or 39.08% from 568); Green value is 229 (89.84% from 255 or 40.32% from 568); Blue value is 117 (46.09% from 255 or 20.60% from 568); Max value from RGB is 229 - color contains mainly: green. Hex color #DEE575 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEE575 is #211A8A. Grayscale: #D6D6D6. Windows color (decimal): -2169483 or 7726558. OLE color: 7726558.
HSL color Cylindrical-coordinate representation of color #DEE575: hue angle of 63.75º degrees, saturation: 0.68, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DEE575 is Cyan = 0.03, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 222 | 229 | 117 | - |
| CMYK | 0.03 | 0 | 0.49 | 0.10 |
| HSL | 63.75º | 0.68% | 0.68% | - |
| HSV(B) | 63.75º | 0.49% | 0.9% | - |
| XYZ | 61.35 | 72.85 | 27.66 | - |
| YUV | 214.14 | 73.18 | 133.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 229 | 117 | 0.03 | 0 | 0.49 | 0.10 | 63.75 | 0.68 | 0.68 |
| Hex | DE | E5 | 75 | 3 | 0 | 31 | A | 40 | 44 | 44 |
| Octal | 336 | 345 | 165 | 3 | 0 | 61 | 12 | 100 | 104 | 104 |
| Binary | 11011110 | 11100101 | 1110101 | 11 | 0 | 110001 | 1010 | 1000000 | 1000100 | 1000100 |
Color Harmonies of #DEE575
Complementary color
Monochromatic Colors of #DEE575
Black with #DEE575
Text Example
Text Example
White with #DEE575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE575; }
p { color: rgb(222,229,117); }
H1.HeaderClassName
{
color: #DEE575;
}
.AnyTagClassName
{
color: #DEE575;
}
</style>
background-color css
<style>
a { background-color: #DEE575; }
a { background-color: rgb(222,229,117); }
div.DivClassName
{
background-color: #DEE575;
}
.BgClassName
{
background-color: #DEE575;
}
</style>
border-color css
<style>
span { border-color: #DEE575; }
span { border-color: rgb(222,229,117); }
td.TdClassName
{
border-color: #DEE575;
}
.TagClassName
{
border-color: #DEE575;
}
</style>