Shades of Fern #62C55B
Tints of Fern #62C55B
RGB
CMYK
RGB Variations
Color information
#62C55B (or 0x62C55B) is known color: Fern. HEX triplet: 62, C5 and 5B. RGB value is (98,197,91). Sum of RGB (Red+Green+Blue) = 98+197+91=386 (51% of max value = 765). Red value is 98 (38.67% from 255 or 25.39% from 386); Green value is 197 (77.34% from 255 or 51.04% from 386); Blue value is 91 (35.94% from 255 or 23.58% from 386); Max value from RGB is 197 - color contains mainly: green. Hex color #62C55B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #62C55B is #9D3AA4. Grayscale: #9B9B9B. Windows color (decimal): -10304165 or 6014306. OLE color: 6014306.
HSL color Cylindrical-coordinate representation of color #62C55B: hue angle of 116.04º degrees, saturation: 0.48, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #62C55B is Cyan = 0.50, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 98 | 197 | 91 | - |
| CMYK | 0.50 | 0 | 0.54 | 0.23 |
| HSL | 116.04º | 0.48% | 0.56% | - |
| HSV(B) | 116.04º | 0.54% | 0.77% | - |
| XYZ | 26.89 | 43.28 | 16.83 | - |
| YUV | 155.32 | 91.7 | 87.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 197 | 91 | 0.50 | 0 | 0.54 | 0.23 | 116.04 | 0.48 | 0.56 |
| Hex | 62 | C5 | 5B | 32 | 0 | 36 | 17 | 74 | 30 | 38 |
| Octal | 142 | 305 | 133 | 62 | 0 | 66 | 27 | 164 | 60 | 70 |
| Binary | 1100010 | 11000101 | 1011011 | 110010 | 0 | 110110 | 10111 | 1110100 | 110000 | 111000 |
Color Harmonies of #62C55B
Complementary color
Monochromatic Colors of #62C55B
Black with #62C55B
Text Example
Text Example
White with #62C55B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62C55B; }
p { color: rgb(98,197,91); }
H1.HeaderClassName
{
color: #62C55B;
}
.AnyTagClassName
{
color: #62C55B;
}
</style>
background-color css
<style>
a { background-color: #62C55B; }
a { background-color: rgb(98,197,91); }
div.DivClassName
{
background-color: #62C55B;
}
.BgClassName
{
background-color: #62C55B;
}
</style>
border-color css
<style>
span { border-color: #62C55B; }
span { border-color: rgb(98,197,91); }
td.TdClassName
{
border-color: #62C55B;
}
.TagClassName
{
border-color: #62C55B;
}
</style>