Shades of Emerald #62DD82
Tints of Emerald #62DD82
RGB
CMYK
RGB Variations
Color information
#62DD82 (or 0x62DD82) is known color: Emerald. HEX triplet: 62, DD and 82. RGB value is (98,221,130). Sum of RGB (Red+Green+Blue) = 98+221+130=449 (59% of max value = 765). Red value is 98 (38.67% from 255 or 21.83% from 449); Green value is 221 (86.72% from 255 or 49.22% from 449); Blue value is 130 (51.17% from 255 or 28.95% from 449); Max value from RGB is 221 - color contains mainly: green. Hex color #62DD82 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #62DD82 is #9D227D. Grayscale: #AEAEAE. Windows color (decimal): -10297982 or 8576354. OLE color: 8576354.
HSL color Cylindrical-coordinate representation of color #62DD82: hue angle of 135.61º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #62DD82 is Cyan = 0.56, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 98 | 221 | 130 | - |
| CMYK | 0.56 | 0 | 0.41 | 0.13 |
| HSL | 135.61º | 0.64% | 0.63% | - |
| HSV(B) | 135.61º | 0.56% | 0.87% | - |
| XYZ | 34.92 | 55.92 | 30.07 | - |
| YUV | 173.85 | 103.25 | 73.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 221 | 130 | 0.56 | 0 | 0.41 | 0.13 | 135.61 | 0.64 | 0.63 |
| Hex | 62 | DD | 82 | 38 | 0 | 29 | D | 88 | 40 | 3F |
| Octal | 142 | 335 | 202 | 70 | 0 | 51 | 15 | 210 | 100 | 77 |
| Binary | 1100010 | 11011101 | 10000010 | 111000 | 0 | 101001 | 1101 | 10001000 | 1000000 | 111111 |
Color Harmonies of #62DD82
Complementary color
Monochromatic Colors of #62DD82
Black with #62DD82
Text Example
Text Example
White with #62DD82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62DD82; }
p { color: rgb(98,221,130); }
H1.HeaderClassName
{
color: #62DD82;
}
.AnyTagClassName
{
color: #62DD82;
}
</style>
background-color css
<style>
a { background-color: #62DD82; }
a { background-color: rgb(98,221,130); }
div.DivClassName
{
background-color: #62DD82;
}
.BgClassName
{
background-color: #62DD82;
}
</style>
border-color css
<style>
span { border-color: #62DD82; }
span { border-color: rgb(98,221,130); }
td.TdClassName
{
border-color: #62DD82;
}
.TagClassName
{
border-color: #62DD82;
}
</style>