Shades of Mindaro #D2EA73
Tints of Mindaro #D2EA73
RGB
CMYK
RGB Variations
Color information
#D2EA73 (or 0xD2EA73) is known color: Mindaro. HEX triplet: D2, EA and 73. RGB value is (210,234,115). Sum of RGB (Red+Green+Blue) = 210+234+115=559 (74% of max value = 765). Red value is 210 (82.42% from 255 or 37.57% from 559); Green value is 234 (91.80% from 255 or 41.86% from 559); Blue value is 115 (45.31% from 255 or 20.57% from 559); Max value from RGB is 234 - color contains mainly: green. Hex color #D2EA73 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D2EA73 is #2D158C. Grayscale: #D5D5D5. Windows color (decimal): -2954637 or 7596754. OLE color: 7596754.
HSL color Cylindrical-coordinate representation of color #D2EA73: hue angle of 72.1º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D2EA73 is Cyan = 0.10, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 210 | 234 | 115 | - |
| CMYK | 0.10 | 0 | 0.51 | 0.08 |
| HSL | 72.1º | 0.74% | 0.68% | - |
| HSV(B) | 72.1º | 0.51% | 0.92% | - |
| XYZ | 59.1 | 73.79 | 27.35 | - |
| YUV | 213.26 | 72.55 | 125.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 234 | 115 | 0.10 | 0 | 0.51 | 0.08 | 72.1 | 0.74 | 0.68 |
| Hex | D2 | EA | 73 | A | 0 | 33 | 8 | 48 | 4A | 44 |
| Octal | 322 | 352 | 163 | 12 | 0 | 63 | 10 | 110 | 112 | 104 |
| Binary | 11010010 | 11101010 | 1110011 | 1010 | 0 | 110011 | 1000 | 1001000 | 1001010 | 1000100 |
Color Harmonies of #D2EA73
Complementary color
Monochromatic Colors of #D2EA73
Black with #D2EA73
Text Example
Text Example
White with #D2EA73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2EA73; }
p { color: rgb(210,234,115); }
H1.HeaderClassName
{
color: #D2EA73;
}
.AnyTagClassName
{
color: #D2EA73;
}
</style>
background-color css
<style>
a { background-color: #D2EA73; }
a { background-color: rgb(210,234,115); }
div.DivClassName
{
background-color: #D2EA73;
}
.BgClassName
{
background-color: #D2EA73;
}
</style>
border-color css
<style>
span { border-color: #D2EA73; }
span { border-color: rgb(210,234,115); }
td.TdClassName
{
border-color: #D2EA73;
}
.TagClassName
{
border-color: #D2EA73;
}
</style>