Shades of Fern #62C370
Tints of Fern #62C370
RGB
CMYK
RGB Variations
Color information
#62C370 (or 0x62C370) is known color: Fern. HEX triplet: 62, C3 and 70. RGB value is (98,195,112). Sum of RGB (Red+Green+Blue) = 98+195+112=405 (53% of max value = 765). Red value is 98 (38.67% from 255 or 24.20% from 405); Green value is 195 (76.56% from 255 or 48.15% from 405); Blue value is 112 (44.14% from 255 or 27.65% from 405); Max value from RGB is 195 - color contains mainly: green. Hex color #62C370 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #62C370 is #9D3C8F. Grayscale: #9C9C9C. Windows color (decimal): -10304656 or 7390050. OLE color: 7390050.
HSL color Cylindrical-coordinate representation of color #62C370: hue angle of 128.66º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #62C370 is Cyan = 0.50, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 98 | 195 | 112 | - |
| CMYK | 0.50 | 0 | 0.43 | 0.24 |
| HSL | 128.66º | 0.45% | 0.57% | - |
| HSV(B) | 128.66º | 0.5% | 0.76% | - |
| XYZ | 27.48 | 42.8 | 22.14 | - |
| YUV | 156.54 | 102.86 | 86.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 195 | 112 | 0.50 | 0 | 0.43 | 0.24 | 128.66 | 0.45 | 0.57 |
| Hex | 62 | C3 | 70 | 32 | 0 | 2B | 18 | 81 | 2D | 39 |
| Octal | 142 | 303 | 160 | 62 | 0 | 53 | 30 | 201 | 55 | 71 |
| Binary | 1100010 | 11000011 | 1110000 | 110010 | 0 | 101011 | 11000 | 10000001 | 101101 | 111001 |
Color Harmonies of #62C370
Complementary color
Monochromatic Colors of #62C370
Black with #62C370
Text Example
Text Example
White with #62C370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62C370; }
p { color: rgb(98,195,112); }
H1.HeaderClassName
{
color: #62C370;
}
.AnyTagClassName
{
color: #62C370;
}
</style>
background-color css
<style>
a { background-color: #62C370; }
a { background-color: rgb(98,195,112); }
div.DivClassName
{
background-color: #62C370;
}
.BgClassName
{
background-color: #62C370;
}
</style>
border-color css
<style>
span { border-color: #62C370; }
span { border-color: rgb(98,195,112); }
td.TdClassName
{
border-color: #62C370;
}
.TagClassName
{
border-color: #62C370;
}
</style>