Shades of Fern #62C864
Tints of Fern #62C864
RGB
CMYK
RGB Variations
Color information
#62C864 (or 0x62C864) is known color: Fern. HEX triplet: 62, C8 and 64. RGB value is (98,200,100). Sum of RGB (Red+Green+Blue) = 98+200+100=398 (52% of max value = 765). Red value is 98 (38.67% from 255 or 24.62% from 398); Green value is 200 (78.52% from 255 or 50.25% from 398); Blue value is 100 (39.45% from 255 or 25.13% from 398); Max value from RGB is 200 - color contains mainly: green. Hex color #62C864 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #62C864 is #9D379B. Grayscale: #9E9E9E. Windows color (decimal): -10303388 or 6604898. OLE color: 6604898.
HSL color Cylindrical-coordinate representation of color #62C864: hue angle of 121.18º degrees, saturation: 0.48, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #62C864 is Cyan = 0.51, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 98 | 200 | 100 | - |
| CMYK | 0.51 | 0 | 0.5 | 0.22 |
| HSL | 121.18º | 0.48% | 0.58% | - |
| HSV(B) | 121.18º | 0.51% | 0.78% | - |
| XYZ | 27.99 | 44.83 | 19.23 | - |
| YUV | 158.1 | 95.21 | 85.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 200 | 100 | 0.51 | 0 | 0.5 | 0.22 | 121.18 | 0.48 | 0.58 |
| Hex | 62 | C8 | 64 | 33 | 0 | 32 | 16 | 79 | 30 | 3A |
| Octal | 142 | 310 | 144 | 63 | 0 | 62 | 26 | 171 | 60 | 72 |
| Binary | 1100010 | 11001000 | 1100100 | 110011 | 0 | 110010 | 10110 | 1111001 | 110000 | 111010 |
Color Harmonies of #62C864
Complementary color
Monochromatic Colors of #62C864
Black with #62C864
Text Example
Text Example
White with #62C864
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62C864; }
p { color: rgb(98,200,100); }
H1.HeaderClassName
{
color: #62C864;
}
.AnyTagClassName
{
color: #62C864;
}
</style>
background-color css
<style>
a { background-color: #62C864; }
a { background-color: rgb(98,200,100); }
div.DivClassName
{
background-color: #62C864;
}
.BgClassName
{
background-color: #62C864;
}
</style>
border-color css
<style>
span { border-color: #62C864; }
span { border-color: rgb(98,200,100); }
td.TdClassName
{
border-color: #62C864;
}
.TagClassName
{
border-color: #62C864;
}
</style>