Shades of Fern #62C462
Tints of Fern #62C462
RGB
CMYK
RGB Variations
Color information
#62C462 (or 0x62C462) is known color: Fern. HEX triplet: 62, C4 and 62. RGB value is (98,196,98). Sum of RGB (Red+Green+Blue) = 98+196+98=392 (51% of max value = 765). Red value is 98 (38.67% from 255 or 25% from 392); Green value is 196 (76.95% from 255 or 50% from 392); Blue value is 98 (38.67% from 255 or 25% from 392); Max value from RGB is 196 - color contains mainly: green. Hex color #62C462 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #62C462 is #9D3B9D. Grayscale: #9B9B9B. Windows color (decimal): -10304414 or 6472802. OLE color: 6472802.
HSL color Cylindrical-coordinate representation of color #62C462: hue angle of 120º degrees, saturation: 0.45, 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 #62C462 is Cyan = 0.5, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 98 | 196 | 98 | - |
| CMYK | 0.5 | 0 | 0.5 | 0.23 |
| HSL | 120º | 0.45% | 0.58% | - |
| HSV(B) | 120º | 0.5% | 0.77% | - |
| XYZ | 26.98 | 42.96 | 18.43 | - |
| YUV | 155.53 | 95.53 | 86.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 196 | 98 | 0.5 | 0 | 0.5 | 0.23 | 120 | 0.45 | 0.58 |
| Hex | 62 | C4 | 62 | 32 | 0 | 32 | 17 | 78 | 2D | 3A |
| Octal | 142 | 304 | 142 | 62 | 0 | 62 | 27 | 170 | 55 | 72 |
| Binary | 1100010 | 11000100 | 1100010 | 110010 | 0 | 110010 | 10111 | 1111000 | 101101 | 111010 |
Color Harmonies of #62C462
Complementary color
Monochromatic Colors of #62C462
Black with #62C462
Text Example
Text Example
White with #62C462
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62C462; }
p { color: rgb(98,196,98); }
H1.HeaderClassName
{
color: #62C462;
}
.AnyTagClassName
{
color: #62C462;
}
</style>
background-color css
<style>
a { background-color: #62C462; }
a { background-color: rgb(98,196,98); }
div.DivClassName
{
background-color: #62C462;
}
.BgClassName
{
background-color: #62C462;
}
</style>
border-color css
<style>
span { border-color: #62C462; }
span { border-color: rgb(98,196,98); }
td.TdClassName
{
border-color: #62C462;
}
.TagClassName
{
border-color: #62C462;
}
</style>