Shades of Emerald #62BD7C
Tints of Emerald #62BD7C
RGB
CMYK
RGB Variations
Color information
#62BD7C (or 0x62BD7C) is known color: Emerald. HEX triplet: 62, BD and 7C. RGB value is (98,189,124). Sum of RGB (Red+Green+Blue) = 98+189+124=411 (54% of max value = 765). Red value is 98 (38.67% from 255 or 23.84% from 411); Green value is 189 (74.22% from 255 or 45.99% from 411); Blue value is 124 (48.83% from 255 or 30.17% from 411); Max value from RGB is 189 - color contains mainly: green. Hex color #62BD7C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #62BD7C is #9D4283. Grayscale: #9A9A9A. Windows color (decimal): -10306180 or 8174946. OLE color: 8174946.
HSL color Cylindrical-coordinate representation of color #62BD7C: hue angle of 137.14º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #62BD7C is Cyan = 0.48, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 98 | 189 | 124 | - |
| CMYK | 0.48 | 0 | 0.34 | 0.26 |
| HSL | 137.14º | 0.41% | 0.56% | - |
| HSV(B) | 137.14º | 0.48% | 0.74% | - |
| XYZ | 26.87 | 40.45 | 25.46 | - |
| YUV | 154.38 | 110.85 | 87.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 189 | 124 | 0.48 | 0 | 0.34 | 0.26 | 137.14 | 0.41 | 0.56 |
| Hex | 62 | BD | 7C | 30 | 0 | 22 | 1A | 89 | 29 | 38 |
| Octal | 142 | 275 | 174 | 60 | 0 | 42 | 32 | 211 | 51 | 70 |
| Binary | 1100010 | 10111101 | 1111100 | 110000 | 0 | 100010 | 11010 | 10001001 | 101001 | 111000 |
Color Harmonies of #62BD7C
Complementary color
Monochromatic Colors of #62BD7C
Black with #62BD7C
Text Example
Text Example
White with #62BD7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62BD7C; }
p { color: rgb(98,189,124); }
H1.HeaderClassName
{
color: #62BD7C;
}
.AnyTagClassName
{
color: #62BD7C;
}
</style>
background-color css
<style>
a { background-color: #62BD7C; }
a { background-color: rgb(98,189,124); }
div.DivClassName
{
background-color: #62BD7C;
}
.BgClassName
{
background-color: #62BD7C;
}
</style>
border-color css
<style>
span { border-color: #62BD7C; }
span { border-color: rgb(98,189,124); }
td.TdClassName
{
border-color: #62BD7C;
}
.TagClassName
{
border-color: #62BD7C;
}
</style>