Shades of Mindaro #DEE573
Tints of Mindaro #DEE573
RGB
CMYK
RGB Variations
Color information
#DEE573 (or 0xDEE573) is known color: Mindaro. HEX triplet: DE, E5 and 73. RGB value is (222,229,115). Sum of RGB (Red+Green+Blue) = 222+229+115=566 (74% of max value = 765). Red value is 222 (87.11% from 255 or 39.22% from 566); Green value is 229 (89.84% from 255 or 40.46% from 566); Blue value is 115 (45.31% from 255 or 20.32% from 566); Max value from RGB is 229 - color contains mainly: green. Hex color #DEE573 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEE573 is #211A8C. Grayscale: #D6D6D6. Windows color (decimal): -2169485 or 7595486. OLE color: 7595486.
HSL color Cylindrical-coordinate representation of color #DEE573: hue angle of 63.68º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DEE573 is Cyan = 0.03, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 222 | 229 | 115 | - |
| CMYK | 0.03 | 0 | 0.50 | 0.10 |
| HSL | 63.68º | 0.69% | 0.67% | - |
| HSV(B) | 63.68º | 0.5% | 0.9% | - |
| XYZ | 61.24 | 72.81 | 27.05 | - |
| YUV | 213.91 | 72.18 | 133.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 229 | 115 | 0.03 | 0 | 0.50 | 0.10 | 63.68 | 0.69 | 0.67 |
| Hex | DE | E5 | 73 | 3 | 0 | 32 | A | 40 | 45 | 43 |
| Octal | 336 | 345 | 163 | 3 | 0 | 62 | 12 | 100 | 105 | 103 |
| Binary | 11011110 | 11100101 | 1110011 | 11 | 0 | 110010 | 1010 | 1000000 | 1000101 | 1000011 |
Color Harmonies of #DEE573
Complementary color
Monochromatic Colors of #DEE573
Black with #DEE573
Text Example
Text Example
White with #DEE573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE573; }
p { color: rgb(222,229,115); }
H1.HeaderClassName
{
color: #DEE573;
}
.AnyTagClassName
{
color: #DEE573;
}
</style>
background-color css
<style>
a { background-color: #DEE573; }
a { background-color: rgb(222,229,115); }
div.DivClassName
{
background-color: #DEE573;
}
.BgClassName
{
background-color: #DEE573;
}
</style>
border-color css
<style>
span { border-color: #DEE573; }
span { border-color: rgb(222,229,115); }
td.TdClassName
{
border-color: #DEE573;
}
.TagClassName
{
border-color: #DEE573;
}
</style>