Shades of Mindaro #D2E573
Tints of Mindaro #D2E573
RGB
CMYK
RGB Variations
Color information
#D2E573 (or 0xD2E573) is known color: Mindaro. HEX triplet: D2, E5 and 73. RGB value is (210,229,115). Sum of RGB (Red+Green+Blue) = 210+229+115=554 (73% of max value = 765). Red value is 210 (82.42% from 255 or 37.91% from 554); Green value is 229 (89.84% from 255 or 41.34% from 554); Blue value is 115 (45.31% from 255 or 20.76% from 554); Max value from RGB is 229 - color contains mainly: green. Hex color #D2E573 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2E573 is #2D1A8C. Grayscale: #D2D2D2. Windows color (decimal): -2955917 or 7595474. OLE color: 7595474.
HSL color Cylindrical-coordinate representation of color #D2E573: hue angle of 70º 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 #D2E573 is Cyan = 0.08, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 210 | 229 | 115 | - |
| CMYK | 0.08 | 0 | 0.50 | 0.10 |
| HSL | 70º | 0.69% | 0.67% | - |
| HSV(B) | 70º | 0.5% | 0.9% | - |
| XYZ | 57.69 | 70.98 | 26.88 | - |
| YUV | 210.32 | 74.21 | 127.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 229 | 115 | 0.08 | 0 | 0.50 | 0.10 | 70 | 0.69 | 0.67 |
| Hex | D2 | E5 | 73 | 8 | 0 | 32 | A | 46 | 45 | 43 |
| Octal | 322 | 345 | 163 | 10 | 0 | 62 | 12 | 106 | 105 | 103 |
| Binary | 11010010 | 11100101 | 1110011 | 1000 | 0 | 110010 | 1010 | 1000110 | 1000101 | 1000011 |
Color Harmonies of #D2E573
Complementary color
Monochromatic Colors of #D2E573
Black with #D2E573
Text Example
Text Example
White with #D2E573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2E573; }
p { color: rgb(210,229,115); }
H1.HeaderClassName
{
color: #D2E573;
}
.AnyTagClassName
{
color: #D2E573;
}
</style>
background-color css
<style>
a { background-color: #D2E573; }
a { background-color: rgb(210,229,115); }
div.DivClassName
{
background-color: #D2E573;
}
.BgClassName
{
background-color: #D2E573;
}
</style>
border-color css
<style>
span { border-color: #D2E573; }
span { border-color: rgb(210,229,115); }
td.TdClassName
{
border-color: #D2E573;
}
.TagClassName
{
border-color: #D2E573;
}
</style>