Shades of Mindaro #D3EC62
Tints of Mindaro #D3EC62
RGB
CMYK
RGB Variations
Color information
#D3EC62 (or 0xD3EC62) is known color: Mindaro. HEX triplet: D3, EC and 62. RGB value is (211,236,98). Sum of RGB (Red+Green+Blue) = 211+236+98=545 (72% of max value = 765). Red value is 211 (82.81% from 255 or 38.72% from 545); Green value is 236 (92.58% from 255 or 43.30% from 545); Blue value is 98 (38.67% from 255 or 17.98% from 545); Max value from RGB is 236 - color contains mainly: green. Hex color #D3EC62 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D3EC62 is #2C139D. Grayscale: #D5D5D5. Windows color (decimal): -2888606 or 6483155. OLE color: 6483155.
HSL color Cylindrical-coordinate representation of color #D3EC62: hue angle of 70.87º 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 #D3EC62 is Cyan = 0.11, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 211 | 236 | 98 | - |
| CMYK | 0.11 | 0 | 0.58 | 0.07 |
| HSL | 70.87º | 0.78% | 0.65% | - |
| HSV(B) | 70.87º | 0.58% | 0.93% | - |
| XYZ | 59.06 | 74.72 | 22.86 | - |
| YUV | 212.79 | 63.22 | 126.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 236 | 98 | 0.11 | 0 | 0.58 | 0.07 | 70.87 | 0.78 | 0.65 |
| Hex | D3 | EC | 62 | B | 0 | 3A | 7 | 47 | 4E | 41 |
| Octal | 323 | 354 | 142 | 13 | 0 | 72 | 7 | 107 | 116 | 101 |
| Binary | 11010011 | 11101100 | 1100010 | 1011 | 0 | 111010 | 111 | 1000111 | 1001110 | 1000001 |
Color Harmonies of #D3EC62
Complementary color
Monochromatic Colors of #D3EC62
Black with #D3EC62
Text Example
Text Example
White with #D3EC62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3EC62; }
p { color: rgb(211,236,98); }
H1.HeaderClassName
{
color: #D3EC62;
}
.AnyTagClassName
{
color: #D3EC62;
}
</style>
background-color css
<style>
a { background-color: #D3EC62; }
a { background-color: rgb(211,236,98); }
div.DivClassName
{
background-color: #D3EC62;
}
.BgClassName
{
background-color: #D3EC62;
}
</style>
border-color css
<style>
span { border-color: #D3EC62; }
span { border-color: rgb(211,236,98); }
td.TdClassName
{
border-color: #D3EC62;
}
.TagClassName
{
border-color: #D3EC62;
}
</style>