Shades of Fern #5FC062
Tints of Fern #5FC062
RGB
CMYK
RGB Variations
Color information
#5FC062 (or 0x5FC062) is known color: Fern. HEX triplet: 5F, C0 and 62. RGB value is (95,192,98). Sum of RGB (Red+Green+Blue) = 95+192+98=385 (50% of max value = 765). Red value is 95 (37.5% from 255 or 24.68% from 385); Green value is 192 (75.39% from 255 or 49.87% from 385); Blue value is 98 (38.67% from 255 or 25.45% from 385); Max value from RGB is 192 - color contains mainly: green. Hex color #5FC062 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5FC062 is #A03F9D. Grayscale: #989898. Windows color (decimal): -10502046 or 6471775. OLE color: 6471775.
HSL color Cylindrical-coordinate representation of color #5FC062: hue angle of 121.86º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5FC062 is Cyan = 0.51, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 95 | 192 | 98 | - |
| CMYK | 0.51 | 0 | 0.49 | 0.25 |
| HSL | 121.86º | 0.43% | 0.56% | - |
| HSV(B) | 121.86º | 0.51% | 0.75% | - |
| XYZ | 25.77 | 41.01 | 18.11 | - |
| YUV | 152.28 | 97.36 | 87.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 192 | 98 | 0.51 | 0 | 0.49 | 0.25 | 121.86 | 0.43 | 0.56 |
| Hex | 5F | C0 | 62 | 33 | 0 | 31 | 19 | 7A | 2B | 38 |
| Octal | 137 | 300 | 142 | 63 | 0 | 61 | 31 | 172 | 53 | 70 |
| Binary | 1011111 | 11000000 | 1100010 | 110011 | 0 | 110001 | 11001 | 1111010 | 101011 | 111000 |
Color Harmonies of #5FC062
Complementary color
Monochromatic Colors of #5FC062
Black with #5FC062
Text Example
Text Example
White with #5FC062
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FC062; }
p { color: rgb(95,192,98); }
H1.HeaderClassName
{
color: #5FC062;
}
.AnyTagClassName
{
color: #5FC062;
}
</style>
background-color css
<style>
a { background-color: #5FC062; }
a { background-color: rgb(95,192,98); }
div.DivClassName
{
background-color: #5FC062;
}
.BgClassName
{
background-color: #5FC062;
}
</style>
border-color css
<style>
span { border-color: #5FC062; }
span { border-color: rgb(95,192,98); }
td.TdClassName
{
border-color: #5FC062;
}
.TagClassName
{
border-color: #5FC062;
}
</style>