Shades of Fern #62C55F
Tints of Fern #62C55F
RGB
CMYK
RGB Variations
Color information
#62C55F (or 0x62C55F) is known color: Fern. HEX triplet: 62, C5 and 5F. RGB value is (98,197,95). Sum of RGB (Red+Green+Blue) = 98+197+95=390 (51% of max value = 765). Red value is 98 (38.67% from 255 or 25.13% from 390); Green value is 197 (77.34% from 255 or 50.51% from 390); Blue value is 95 (37.5% from 255 or 24.36% from 390); Max value from RGB is 197 - color contains mainly: green. Hex color #62C55F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #62C55F is #9D3AA0. Grayscale: #9C9C9C. Windows color (decimal): -10304161 or 6276450. OLE color: 6276450.
HSL color Cylindrical-coordinate representation of color #62C55F: hue angle of 118.24º degrees, saturation: 0.47, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #62C55F is Cyan = 0.50, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 98 | 197 | 95 | - |
| CMYK | 0.50 | 0 | 0.52 | 0.23 |
| HSL | 118.24º | 0.47% | 0.57% | - |
| HSV(B) | 118.24º | 0.52% | 0.77% | - |
| XYZ | 27.07 | 43.36 | 17.77 | - |
| YUV | 155.77 | 93.7 | 86.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 197 | 95 | 0.50 | 0 | 0.52 | 0.23 | 118.24 | 0.47 | 0.57 |
| Hex | 62 | C5 | 5F | 32 | 0 | 34 | 17 | 76 | 2F | 39 |
| Octal | 142 | 305 | 137 | 62 | 0 | 64 | 27 | 166 | 57 | 71 |
| Binary | 1100010 | 11000101 | 1011111 | 110010 | 0 | 110100 | 10111 | 1110110 | 101111 | 111001 |
Color Harmonies of #62C55F
Complementary color
Monochromatic Colors of #62C55F
Black with #62C55F
Text Example
Text Example
White with #62C55F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62C55F; }
p { color: rgb(98,197,95); }
H1.HeaderClassName
{
color: #62C55F;
}
.AnyTagClassName
{
color: #62C55F;
}
</style>
background-color css
<style>
a { background-color: #62C55F; }
a { background-color: rgb(98,197,95); }
div.DivClassName
{
background-color: #62C55F;
}
.BgClassName
{
background-color: #62C55F;
}
</style>
border-color css
<style>
span { border-color: #62C55F; }
span { border-color: rgb(98,197,95); }
td.TdClassName
{
border-color: #62C55F;
}
.TagClassName
{
border-color: #62C55F;
}
</style>