Shades of Fern #62C566
Tints of Fern #62C566
RGB
CMYK
RGB Variations
Color information
#62C566 (or 0x62C566) is known color: Fern. HEX triplet: 62, C5 and 66. RGB value is (98,197,102). Sum of RGB (Red+Green+Blue) = 98+197+102=397 (52% of max value = 765). Red value is 98 (38.67% from 255 or 24.69% from 397); Green value is 197 (77.34% from 255 or 49.62% from 397); Blue value is 102 (40.23% from 255 or 25.69% from 397); Max value from RGB is 197 - color contains mainly: green. Hex color #62C566 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #62C566 is #9D3A99. Grayscale: #9C9C9C. Windows color (decimal): -10304154 or 6735202. OLE color: 6735202.
HSL color Cylindrical-coordinate representation of color #62C566: hue angle of 122.42º degrees, saturation: 0.46, 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 #62C566 is Cyan = 0.50, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 98 | 197 | 102 | - |
| CMYK | 0.50 | 0 | 0.48 | 0.23 |
| HSL | 122.42º | 0.46% | 0.58% | - |
| HSV(B) | 122.42º | 0.5% | 0.77% | - |
| XYZ | 27.4 | 43.49 | 19.52 | - |
| YUV | 156.57 | 97.2 | 86.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 197 | 102 | 0.50 | 0 | 0.48 | 0.23 | 122.42 | 0.46 | 0.58 |
| Hex | 62 | C5 | 66 | 32 | 0 | 30 | 17 | 7A | 2E | 3A |
| Octal | 142 | 305 | 146 | 62 | 0 | 60 | 27 | 172 | 56 | 72 |
| Binary | 1100010 | 11000101 | 1100110 | 110010 | 0 | 110000 | 10111 | 1111010 | 101110 | 111010 |
Color Harmonies of #62C566
Complementary color
Monochromatic Colors of #62C566
Black with #62C566
Text Example
Text Example
White with #62C566
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62C566; }
p { color: rgb(98,197,102); }
H1.HeaderClassName
{
color: #62C566;
}
.AnyTagClassName
{
color: #62C566;
}
</style>
background-color css
<style>
a { background-color: #62C566; }
a { background-color: rgb(98,197,102); }
div.DivClassName
{
background-color: #62C566;
}
.BgClassName
{
background-color: #62C566;
}
</style>
border-color css
<style>
span { border-color: #62C566; }
span { border-color: rgb(98,197,102); }
td.TdClassName
{
border-color: #62C566;
}
.TagClassName
{
border-color: #62C566;
}
</style>