Shades of Emerald #62CB82
Tints of Emerald #62CB82
RGB
CMYK
RGB Variations
Color information
#62CB82 (or 0x62CB82) is known color: Emerald. HEX triplet: 62, CB and 82. RGB value is (98,203,130). Sum of RGB (Red+Green+Blue) = 98+203+130=431 (57% of max value = 765). Red value is 98 (38.67% from 255 or 22.74% from 431); Green value is 203 (79.69% from 255 or 47.10% from 431); Blue value is 130 (51.17% from 255 or 30.16% from 431); Max value from RGB is 203 - color contains mainly: green. Hex color #62CB82 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #62CB82 is #9D347D. Grayscale: #A3A3A3. Windows color (decimal): -10302590 or 8571746. OLE color: 8571746.
HSL color Cylindrical-coordinate representation of color #62CB82: hue angle of 138.29º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #62CB82 is Cyan = 0.52, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 98 | 203 | 130 | - |
| CMYK | 0.52 | 0 | 0.36 | 0.20 |
| HSL | 138.29º | 0.5% | 0.59% | - |
| HSV(B) | 138.29º | 0.52% | 0.8% | - |
| XYZ | 30.42 | 46.92 | 28.57 | - |
| YUV | 163.28 | 109.21 | 81.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 203 | 130 | 0.52 | 0 | 0.36 | 0.20 | 138.29 | 0.5 | 0.59 |
| Hex | 62 | CB | 82 | 34 | 0 | 24 | 14 | 8A | 32 | 3B |
| Octal | 142 | 313 | 202 | 64 | 0 | 44 | 24 | 212 | 62 | 73 |
| Binary | 1100010 | 11001011 | 10000010 | 110100 | 0 | 100100 | 10100 | 10001010 | 110010 | 111011 |
Color Harmonies of #62CB82
Complementary color
Monochromatic Colors of #62CB82
Black with #62CB82
Text Example
Text Example
White with #62CB82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62CB82; }
p { color: rgb(98,203,130); }
H1.HeaderClassName
{
color: #62CB82;
}
.AnyTagClassName
{
color: #62CB82;
}
</style>
background-color css
<style>
a { background-color: #62CB82; }
a { background-color: rgb(98,203,130); }
div.DivClassName
{
background-color: #62CB82;
}
.BgClassName
{
background-color: #62CB82;
}
</style>
border-color css
<style>
span { border-color: #62CB82; }
span { border-color: rgb(98,203,130); }
td.TdClassName
{
border-color: #62CB82;
}
.TagClassName
{
border-color: #62CB82;
}
</style>