Shades of Fern #62C562
Tints of Fern #62C562
RGB
CMYK
RGB Variations
Color information
#62C562 (or 0x62C562) is known color: Fern. HEX triplet: 62, C5 and 62. RGB value is (98,197,98). Sum of RGB (Red+Green+Blue) = 98+197+98=393 (52% of max value = 765). Red value is 98 (38.67% from 255 or 24.94% from 393); Green value is 197 (77.34% from 255 or 50.13% from 393); Blue value is 98 (38.67% from 255 or 24.94% from 393); Max value from RGB is 197 - color contains mainly: green. Hex color #62C562 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #62C562 is #9D3A9D. Grayscale: #9C9C9C. Windows color (decimal): -10304158 or 6473058. OLE color: 6473058.
HSL color Cylindrical-coordinate representation of color #62C562: hue angle of 120º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #62C562 is Cyan = 0.50, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 98 | 197 | 98 | - |
| CMYK | 0.50 | 0 | 0.50 | 0.23 |
| HSL | 120º | 0.46% | 0.58% | - |
| HSV(B) | 120º | 0.5% | 0.77% | - |
| XYZ | 27.21 | 43.41 | 18.5 | - |
| YUV | 156.11 | 95.2 | 86.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 197 | 98 | 0.50 | 0 | 0.50 | 0.23 | 120 | 0.46 | 0.58 |
| Hex | 62 | C5 | 62 | 32 | 0 | 32 | 17 | 78 | 2E | 3A |
| Octal | 142 | 305 | 142 | 62 | 0 | 62 | 27 | 170 | 56 | 72 |
| Binary | 1100010 | 11000101 | 1100010 | 110010 | 0 | 110010 | 10111 | 1111000 | 101110 | 111010 |
Color Harmonies of #62C562
Complementary color
Monochromatic Colors of #62C562
Black with #62C562
Text Example
Text Example
White with #62C562
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62C562; }
p { color: rgb(98,197,98); }
H1.HeaderClassName
{
color: #62C562;
}
.AnyTagClassName
{
color: #62C562;
}
</style>
background-color css
<style>
a { background-color: #62C562; }
a { background-color: rgb(98,197,98); }
div.DivClassName
{
background-color: #62C562;
}
.BgClassName
{
background-color: #62C562;
}
</style>
border-color css
<style>
span { border-color: #62C562; }
span { border-color: rgb(98,197,98); }
td.TdClassName
{
border-color: #62C562;
}
.TagClassName
{
border-color: #62C562;
}
</style>