Shades of Fern #62C372
Tints of Fern #62C372
RGB
CMYK
RGB Variations
Color information
#62C372 (or 0x62C372) is known color: Fern. HEX triplet: 62, C3 and 72. RGB value is (98,195,114). Sum of RGB (Red+Green+Blue) = 98+195+114=407 (53% of max value = 765). Red value is 98 (38.67% from 255 or 24.08% from 407); Green value is 195 (76.56% from 255 or 47.91% from 407); Blue value is 114 (44.92% from 255 or 28.01% from 407); Max value from RGB is 195 - color contains mainly: green. Hex color #62C372 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #62C372 is #9D3C8D. Grayscale: #9C9C9C. Windows color (decimal): -10304654 or 7521122. OLE color: 7521122.
HSL color Cylindrical-coordinate representation of color #62C372: hue angle of 129.9º 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 #62C372 is Cyan = 0.50, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 98 | 195 | 114 | - |
| CMYK | 0.50 | 0 | 0.42 | 0.24 |
| HSL | 129.9º | 0.45% | 0.57% | - |
| HSV(B) | 129.9º | 0.5% | 0.76% | - |
| XYZ | 27.59 | 42.84 | 22.73 | - |
| YUV | 156.76 | 103.86 | 86.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 195 | 114 | 0.50 | 0 | 0.42 | 0.24 | 129.9 | 0.45 | 0.57 |
| Hex | 62 | C3 | 72 | 32 | 0 | 2A | 18 | 82 | 2D | 39 |
| Octal | 142 | 303 | 162 | 62 | 0 | 52 | 30 | 202 | 55 | 71 |
| Binary | 1100010 | 11000011 | 1110010 | 110010 | 0 | 101010 | 11000 | 10000010 | 101101 | 111001 |
Color Harmonies of #62C372
Complementary color
Monochromatic Colors of #62C372
Black with #62C372
Text Example
Text Example
White with #62C372
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62C372; }
p { color: rgb(98,195,114); }
H1.HeaderClassName
{
color: #62C372;
}
.AnyTagClassName
{
color: #62C372;
}
</style>
background-color css
<style>
a { background-color: #62C372; }
a { background-color: rgb(98,195,114); }
div.DivClassName
{
background-color: #62C372;
}
.BgClassName
{
background-color: #62C372;
}
</style>
border-color css
<style>
span { border-color: #62C372; }
span { border-color: rgb(98,195,114); }
td.TdClassName
{
border-color: #62C372;
}
.TagClassName
{
border-color: #62C372;
}
</style>