Shades of Emerald #62C982
Tints of Emerald #62C982
RGB
CMYK
RGB Variations
Color information
#62C982 (or 0x62C982) is known color: Emerald. HEX triplet: 62, C9 and 82. RGB value is (98,201,130). Sum of RGB (Red+Green+Blue) = 98+201+130=429 (56% of max value = 765). Red value is 98 (38.67% from 255 or 22.84% from 429); Green value is 201 (78.91% from 255 or 46.85% from 429); Blue value is 130 (51.17% from 255 or 30.30% from 429); Max value from RGB is 201 - color contains mainly: green. Hex color #62C982 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #62C982 is #9D367D. Grayscale: #A2A2A2. Windows color (decimal): -10303102 or 8571234. OLE color: 8571234.
HSL color Cylindrical-coordinate representation of color #62C982: hue angle of 138.64º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #62C982 is Cyan = 0.51, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 98 | 201 | 130 | - |
| CMYK | 0.51 | 0 | 0.35 | 0.21 |
| HSL | 138.64º | 0.49% | 0.59% | - |
| HSV(B) | 138.64º | 0.51% | 0.79% | - |
| XYZ | 29.95 | 45.98 | 28.42 | - |
| YUV | 162.11 | 109.88 | 82.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 201 | 130 | 0.51 | 0 | 0.35 | 0.21 | 138.64 | 0.49 | 0.59 |
| Hex | 62 | C9 | 82 | 33 | 0 | 23 | 15 | 8B | 31 | 3B |
| Octal | 142 | 311 | 202 | 63 | 0 | 43 | 25 | 213 | 61 | 73 |
| Binary | 1100010 | 11001001 | 10000010 | 110011 | 0 | 100011 | 10101 | 10001011 | 110001 | 111011 |
Color Harmonies of #62C982
Complementary color
Monochromatic Colors of #62C982
Black with #62C982
Text Example
Text Example
White with #62C982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62C982; }
p { color: rgb(98,201,130); }
H1.HeaderClassName
{
color: #62C982;
}
.AnyTagClassName
{
color: #62C982;
}
</style>
background-color css
<style>
a { background-color: #62C982; }
a { background-color: rgb(98,201,130); }
div.DivClassName
{
background-color: #62C982;
}
.BgClassName
{
background-color: #62C982;
}
</style>
border-color css
<style>
span { border-color: #62C982; }
span { border-color: rgb(98,201,130); }
td.TdClassName
{
border-color: #62C982;
}
.TagClassName
{
border-color: #62C982;
}
</style>