Shades of Mindaro #D2EC59
Tints of Mindaro #D2EC59
RGB
CMYK
RGB Variations
Color information
#D2EC59 (or 0xD2EC59) is known color: Mindaro. HEX triplet: D2, EC and 59. RGB value is (210,236,89). Sum of RGB (Red+Green+Blue) = 210+236+89=535 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.25% from 535); Green value is 236 (92.58% from 255 or 44.11% from 535); Blue value is 89 (35.16% from 255 or 16.64% from 535); Max value from RGB is 236 - color contains mainly: green. Hex color #D2EC59 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D2EC59 is #2D13A6. Grayscale: #D4D4D4. Windows color (decimal): -2954151 or 5893330. OLE color: 5893330.
HSL color Cylindrical-coordinate representation of color #D2EC59: hue angle of 70.61º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D2EC59 is Cyan = 0.11, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 210 | 236 | 89 | - |
| CMYK | 0.11 | 0 | 0.62 | 0.07 |
| HSL | 70.61º | 0.79% | 0.64% | - |
| HSV(B) | 70.61º | 0.62% | 0.93% | - |
| XYZ | 58.38 | 74.41 | 20.74 | - |
| YUV | 211.47 | 58.89 | 126.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 236 | 89 | 0.11 | 0 | 0.62 | 0.07 | 70.61 | 0.79 | 0.64 |
| Hex | D2 | EC | 59 | B | 0 | 3E | 7 | 47 | 4F | 40 |
| Octal | 322 | 354 | 131 | 13 | 0 | 76 | 7 | 107 | 117 | 100 |
| Binary | 11010010 | 11101100 | 1011001 | 1011 | 0 | 111110 | 111 | 1000111 | 1001111 | 1000000 |
Color Harmonies of #D2EC59
Complementary color
Monochromatic Colors of #D2EC59
Black with #D2EC59
Text Example
Text Example
White with #D2EC59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2EC59; }
p { color: rgb(210,236,89); }
H1.HeaderClassName
{
color: #D2EC59;
}
.AnyTagClassName
{
color: #D2EC59;
}
</style>
background-color css
<style>
a { background-color: #D2EC59; }
a { background-color: rgb(210,236,89); }
div.DivClassName
{
background-color: #D2EC59;
}
.BgClassName
{
background-color: #D2EC59;
}
</style>
border-color css
<style>
span { border-color: #D2EC59; }
span { border-color: rgb(210,236,89); }
td.TdClassName
{
border-color: #D2EC59;
}
.TagClassName
{
border-color: #D2EC59;
}
</style>