Shades of Mindaro #D9E573
Tints of Mindaro #D9E573
RGB
CMYK
RGB Variations
Color information
#D9E573 (or 0xD9E573) is known color: Mindaro. HEX triplet: D9, E5 and 73. RGB value is (217,229,115). Sum of RGB (Red+Green+Blue) = 217+229+115=561 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.68% from 561); Green value is 229 (89.84% from 255 or 40.82% from 561); Blue value is 115 (45.31% from 255 or 20.50% from 561); Max value from RGB is 229 - color contains mainly: green. Hex color #D9E573 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9E573 is #261A8C. Grayscale: #D4D4D4. Windows color (decimal): -2497165 or 7595481. OLE color: 7595481.
HSL color Cylindrical-coordinate representation of color #D9E573: hue angle of 66.32º 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 #D9E573 is Cyan = 0.05, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 217 | 229 | 115 | - |
| CMYK | 0.05 | 0 | 0.50 | 0.10 |
| HSL | 66.32º | 0.69% | 0.67% | - |
| HSV(B) | 66.32º | 0.5% | 0.9% | - |
| XYZ | 59.73 | 72.03 | 26.97 | - |
| YUV | 212.42 | 73.02 | 131.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 229 | 115 | 0.05 | 0 | 0.50 | 0.10 | 66.32 | 0.69 | 0.67 |
| Hex | D9 | E5 | 73 | 5 | 0 | 32 | A | 42 | 45 | 43 |
| Octal | 331 | 345 | 163 | 5 | 0 | 62 | 12 | 102 | 105 | 103 |
| Binary | 11011001 | 11100101 | 1110011 | 101 | 0 | 110010 | 1010 | 1000010 | 1000101 | 1000011 |
Color Harmonies of #D9E573
Complementary color
Monochromatic Colors of #D9E573
Black with #D9E573
Text Example
Text Example
White with #D9E573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9E573; }
p { color: rgb(217,229,115); }
H1.HeaderClassName
{
color: #D9E573;
}
.AnyTagClassName
{
color: #D9E573;
}
</style>
background-color css
<style>
a { background-color: #D9E573; }
a { background-color: rgb(217,229,115); }
div.DivClassName
{
background-color: #D9E573;
}
.BgClassName
{
background-color: #D9E573;
}
</style>
border-color css
<style>
span { border-color: #D9E573; }
span { border-color: rgb(217,229,115); }
td.TdClassName
{
border-color: #D9E573;
}
.TagClassName
{
border-color: #D9E573;
}
</style>