Shades of Fern #62C858
Tints of Fern #62C858
RGB
CMYK
RGB Variations
Color information
#62C858 (or 0x62C858) is known color: Fern. HEX triplet: 62, C8 and 58. RGB value is (98,200,88). Sum of RGB (Red+Green+Blue) = 98+200+88=386 (51% of max value = 765). Red value is 98 (38.67% from 255 or 25.39% from 386); Green value is 200 (78.52% from 255 or 51.81% from 386); Blue value is 88 (34.77% from 255 or 22.80% from 386); Max value from RGB is 200 - color contains mainly: green. Hex color #62C858 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #62C858 is #9D37A7. Grayscale: #9D9D9D. Windows color (decimal): -10303400 or 5818466. OLE color: 5818466.
HSL color Cylindrical-coordinate representation of color #62C858: hue angle of 114.64º degrees, saturation: 0.5, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #62C858 is Cyan = 0.51, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 98 | 200 | 88 | - |
| CMYK | 0.51 | 0 | 0.56 | 0.22 |
| HSL | 114.64º | 0.5% | 0.56% | - |
| HSV(B) | 114.64º | 0.56% | 0.78% | - |
| XYZ | 27.45 | 44.61 | 16.4 | - |
| YUV | 156.73 | 89.21 | 86.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 200 | 88 | 0.51 | 0 | 0.56 | 0.22 | 114.64 | 0.5 | 0.56 |
| Hex | 62 | C8 | 58 | 33 | 0 | 38 | 16 | 73 | 32 | 38 |
| Octal | 142 | 310 | 130 | 63 | 0 | 70 | 26 | 163 | 62 | 70 |
| Binary | 1100010 | 11001000 | 1011000 | 110011 | 0 | 111000 | 10110 | 1110011 | 110010 | 111000 |
Color Harmonies of #62C858
Complementary color
Monochromatic Colors of #62C858
Black with #62C858
Text Example
Text Example
White with #62C858
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62C858; }
p { color: rgb(98,200,88); }
H1.HeaderClassName
{
color: #62C858;
}
.AnyTagClassName
{
color: #62C858;
}
</style>
background-color css
<style>
a { background-color: #62C858; }
a { background-color: rgb(98,200,88); }
div.DivClassName
{
background-color: #62C858;
}
.BgClassName
{
background-color: #62C858;
}
</style>
border-color css
<style>
span { border-color: #62C858; }
span { border-color: rgb(98,200,88); }
td.TdClassName
{
border-color: #62C858;
}
.TagClassName
{
border-color: #62C858;
}
</style>