Shades of Fern #62C565
Tints of Fern #62C565
RGB
CMYK
RGB Variations
Color information
#62C565 (or 0x62C565) is known color: Fern. HEX triplet: 62, C5 and 65. RGB value is (98,197,101). Sum of RGB (Red+Green+Blue) = 98+197+101=396 (52% of max value = 765). Red value is 98 (38.67% from 255 or 24.75% from 396); Green value is 197 (77.34% from 255 or 49.75% from 396); Blue value is 101 (39.84% from 255 or 25.51% from 396); Max value from RGB is 197 - color contains mainly: green. Hex color #62C565 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #62C565 is #9D3A9A. Grayscale: #9C9C9C. Windows color (decimal): -10304155 or 6669666. OLE color: 6669666.
HSL color Cylindrical-coordinate representation of color #62C565: hue angle of 121.82º 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 #62C565 is Cyan = 0.50, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 98 | 197 | 101 | - |
| CMYK | 0.50 | 0 | 0.49 | 0.23 |
| HSL | 121.82º | 0.46% | 0.58% | - |
| HSV(B) | 121.82º | 0.5% | 0.77% | - |
| XYZ | 27.35 | 43.47 | 19.26 | - |
| YUV | 156.46 | 96.7 | 86.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 197 | 101 | 0.50 | 0 | 0.49 | 0.23 | 121.82 | 0.46 | 0.58 |
| Hex | 62 | C5 | 65 | 32 | 0 | 31 | 17 | 7A | 2E | 3A |
| Octal | 142 | 305 | 145 | 62 | 0 | 61 | 27 | 172 | 56 | 72 |
| Binary | 1100010 | 11000101 | 1100101 | 110010 | 0 | 110001 | 10111 | 1111010 | 101110 | 111010 |
Color Harmonies of #62C565
Complementary color
Monochromatic Colors of #62C565
Black with #62C565
Text Example
Text Example
White with #62C565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62C565; }
p { color: rgb(98,197,101); }
H1.HeaderClassName
{
color: #62C565;
}
.AnyTagClassName
{
color: #62C565;
}
</style>
background-color css
<style>
a { background-color: #62C565; }
a { background-color: rgb(98,197,101); }
div.DivClassName
{
background-color: #62C565;
}
.BgClassName
{
background-color: #62C565;
}
</style>
border-color css
<style>
span { border-color: #62C565; }
span { border-color: rgb(98,197,101); }
td.TdClassName
{
border-color: #62C565;
}
.TagClassName
{
border-color: #62C565;
}
</style>