Shades of Emerald #62DC7F
Tints of Emerald #62DC7F
RGB
CMYK
RGB Variations
Color information
#62DC7F (or 0x62DC7F) is known color: Emerald. HEX triplet: 62, DC and 7F. RGB value is (98,220,127). Sum of RGB (Red+Green+Blue) = 98+220+127=445 (58% of max value = 765). Red value is 98 (38.67% from 255 or 22.02% from 445); Green value is 220 (86.33% from 255 or 49.44% from 445); Blue value is 127 (50% from 255 or 28.54% from 445); Max value from RGB is 220 - color contains mainly: green. Hex color #62DC7F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #62DC7F is #9D2380. Grayscale: #ADADAD. Windows color (decimal): -10298241 or 8379490. OLE color: 8379490.
HSL color Cylindrical-coordinate representation of color #62DC7F: hue angle of 134.26º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #62DC7F is Cyan = 0.55, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 98 | 220 | 127 | - |
| CMYK | 0.55 | 0 | 0.42 | 0.14 |
| HSL | 134.26º | 0.64% | 0.62% | - |
| HSV(B) | 134.26º | 0.55% | 0.86% | - |
| XYZ | 34.46 | 55.32 | 28.94 | - |
| YUV | 172.92 | 102.08 | 74.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 220 | 127 | 0.55 | 0 | 0.42 | 0.14 | 134.26 | 0.64 | 0.62 |
| Hex | 62 | DC | 7F | 37 | 0 | 2A | E | 86 | 40 | 3E |
| Octal | 142 | 334 | 177 | 67 | 0 | 52 | 16 | 206 | 100 | 76 |
| Binary | 1100010 | 11011100 | 1111111 | 110111 | 0 | 101010 | 1110 | 10000110 | 1000000 | 111110 |
Color Harmonies of #62DC7F
Complementary color
Monochromatic Colors of #62DC7F
Black with #62DC7F
Text Example
Text Example
White with #62DC7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62DC7F; }
p { color: rgb(98,220,127); }
H1.HeaderClassName
{
color: #62DC7F;
}
.AnyTagClassName
{
color: #62DC7F;
}
</style>
background-color css
<style>
a { background-color: #62DC7F; }
a { background-color: rgb(98,220,127); }
div.DivClassName
{
background-color: #62DC7F;
}
.BgClassName
{
background-color: #62DC7F;
}
</style>
border-color css
<style>
span { border-color: #62DC7F; }
span { border-color: rgb(98,220,127); }
td.TdClassName
{
border-color: #62DC7F;
}
.TagClassName
{
border-color: #62DC7F;
}
</style>