Shades of Emerald #62DA80
Tints of Emerald #62DA80
RGB
CMYK
RGB Variations
Color information
#62DA80 (or 0x62DA80) is known color: Emerald. HEX triplet: 62, DA and 80. RGB value is (98,218,128). Sum of RGB (Red+Green+Blue) = 98+218+128=444 (58% of max value = 765). Red value is 98 (38.67% from 255 or 22.07% from 444); Green value is 218 (85.55% from 255 or 49.10% from 444); Blue value is 128 (50.39% from 255 or 28.83% from 444); Max value from RGB is 218 - color contains mainly: green. Hex color #62DA80 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #62DA80 is #9D257F. Grayscale: #ACACAC. Windows color (decimal): -10298752 or 8444514. OLE color: 8444514.
HSL color Cylindrical-coordinate representation of color #62DA80: hue angle of 135º degrees, saturation: 0.62, 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 #62DA80 is Cyan = 0.55, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 98 | 218 | 128 | - |
| CMYK | 0.55 | 0 | 0.41 | 0.15 |
| HSL | 135º | 0.62% | 0.62% | - |
| HSV(B) | 135º | 0.55% | 0.85% | - |
| XYZ | 34 | 54.3 | 29.11 | - |
| YUV | 171.86 | 103.24 | 75.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 218 | 128 | 0.55 | 0 | 0.41 | 0.15 | 135 | 0.62 | 0.62 |
| Hex | 62 | DA | 80 | 37 | 0 | 29 | F | 87 | 3E | 3E |
| Octal | 142 | 332 | 200 | 67 | 0 | 51 | 17 | 207 | 76 | 76 |
| Binary | 1100010 | 11011010 | 10000000 | 110111 | 0 | 101001 | 1111 | 10000111 | 111110 | 111110 |
Color Harmonies of #62DA80
Complementary color
Monochromatic Colors of #62DA80
Black with #62DA80
Text Example
Text Example
White with #62DA80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62DA80; }
p { color: rgb(98,218,128); }
H1.HeaderClassName
{
color: #62DA80;
}
.AnyTagClassName
{
color: #62DA80;
}
</style>
background-color css
<style>
a { background-color: #62DA80; }
a { background-color: rgb(98,218,128); }
div.DivClassName
{
background-color: #62DA80;
}
.BgClassName
{
background-color: #62DA80;
}
</style>
border-color css
<style>
span { border-color: #62DA80; }
span { border-color: rgb(98,218,128); }
td.TdClassName
{
border-color: #62DA80;
}
.TagClassName
{
border-color: #62DA80;
}
</style>