Shades of Emerald #62D982
Tints of Emerald #62D982
RGB
CMYK
RGB Variations
Color information
#62D982 (or 0x62D982) is known color: Emerald. HEX triplet: 62, D9 and 82. RGB value is (98,217,130). Sum of RGB (Red+Green+Blue) = 98+217+130=445 (58% of max value = 765). Red value is 98 (38.67% from 255 or 22.02% from 445); Green value is 217 (85.16% from 255 or 48.76% from 445); Blue value is 130 (51.17% from 255 or 29.21% from 445); Max value from RGB is 217 - color contains mainly: green. Hex color #62D982 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #62D982 is #9D267D. Grayscale: #ABABAB. Windows color (decimal): -10299006 or 8575330. OLE color: 8575330.
HSL color Cylindrical-coordinate representation of color #62D982: hue angle of 136.13º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #62D982 is Cyan = 0.55, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 98 | 217 | 130 | - |
| CMYK | 0.55 | 0 | 0.40 | 0.15 |
| HSL | 136.13º | 0.61% | 0.62% | - |
| HSV(B) | 136.13º | 0.55% | 0.85% | - |
| XYZ | 33.88 | 53.83 | 29.72 | - |
| YUV | 171.5 | 104.58 | 75.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 217 | 130 | 0.55 | 0 | 0.40 | 0.15 | 136.13 | 0.61 | 0.62 |
| Hex | 62 | D9 | 82 | 37 | 0 | 28 | F | 88 | 3D | 3E |
| Octal | 142 | 331 | 202 | 67 | 0 | 50 | 17 | 210 | 75 | 76 |
| Binary | 1100010 | 11011001 | 10000010 | 110111 | 0 | 101000 | 1111 | 10001000 | 111101 | 111110 |
Color Harmonies of #62D982
Complementary color
Monochromatic Colors of #62D982
Black with #62D982
Text Example
Text Example
White with #62D982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62D982; }
p { color: rgb(98,217,130); }
H1.HeaderClassName
{
color: #62D982;
}
.AnyTagClassName
{
color: #62D982;
}
</style>
background-color css
<style>
a { background-color: #62D982; }
a { background-color: rgb(98,217,130); }
div.DivClassName
{
background-color: #62D982;
}
.BgClassName
{
background-color: #62D982;
}
</style>
border-color css
<style>
span { border-color: #62D982; }
span { border-color: rgb(98,217,130); }
td.TdClassName
{
border-color: #62D982;
}
.TagClassName
{
border-color: #62D982;
}
</style>