Shades of Mindaro #D2EC62
Tints of Mindaro #D2EC62
RGB
CMYK
RGB Variations
Color information
#D2EC62 (or 0xD2EC62) is known color: Mindaro. HEX triplet: D2, EC and 62. RGB value is (210,236,98). Sum of RGB (Red+Green+Blue) = 210+236+98=544 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.60% from 544); Green value is 236 (92.58% from 255 or 43.38% from 544); Blue value is 98 (38.67% from 255 or 18.01% from 544); Max value from RGB is 236 - color contains mainly: green. Hex color #D2EC62 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D2EC62 is #2D139D. Grayscale: #D5D5D5. Windows color (decimal): -2954142 or 6483154. OLE color: 6483154.
HSL color Cylindrical-coordinate representation of color #D2EC62: hue angle of 71.3º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D2EC62 is Cyan = 0.11, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 210 | 236 | 98 | - |
| CMYK | 0.11 | 0 | 0.58 | 0.07 |
| HSL | 71.3º | 0.78% | 0.65% | - |
| HSV(B) | 71.3º | 0.58% | 0.93% | - |
| XYZ | 58.78 | 74.57 | 22.85 | - |
| YUV | 212.49 | 63.39 | 126.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 236 | 98 | 0.11 | 0 | 0.58 | 0.07 | 71.3 | 0.78 | 0.65 |
| Hex | D2 | EC | 62 | B | 0 | 3A | 7 | 47 | 4E | 41 |
| Octal | 322 | 354 | 142 | 13 | 0 | 72 | 7 | 107 | 116 | 101 |
| Binary | 11010010 | 11101100 | 1100010 | 1011 | 0 | 111010 | 111 | 1000111 | 1001110 | 1000001 |
Color Harmonies of #D2EC62
Complementary color
Monochromatic Colors of #D2EC62
Black with #D2EC62
Text Example
Text Example
White with #D2EC62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2EC62; }
p { color: rgb(210,236,98); }
H1.HeaderClassName
{
color: #D2EC62;
}
.AnyTagClassName
{
color: #D2EC62;
}
</style>
background-color css
<style>
a { background-color: #D2EC62; }
a { background-color: rgb(210,236,98); }
div.DivClassName
{
background-color: #D2EC62;
}
.BgClassName
{
background-color: #D2EC62;
}
</style>
border-color css
<style>
span { border-color: #D2EC62; }
span { border-color: rgb(210,236,98); }
td.TdClassName
{
border-color: #D2EC62;
}
.TagClassName
{
border-color: #D2EC62;
}
</style>