Shades of Fern #5FBC62
Tints of Fern #5FBC62
RGB
CMYK
RGB Variations
Color information
#5FBC62 (or 0x5FBC62) is known color: Fern. HEX triplet: 5F, BC and 62. RGB value is (95,188,98). Sum of RGB (Red+Green+Blue) = 95+188+98=381 (50% of max value = 765). Red value is 95 (37.5% from 255 or 24.93% from 381); Green value is 188 (73.83% from 255 or 49.34% from 381); Blue value is 98 (38.67% from 255 or 25.72% from 381); Max value from RGB is 188 - color contains mainly: green. Hex color #5FBC62 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5FBC62 is #A0439D. Grayscale: #969696. Windows color (decimal): -10503070 or 6470751. OLE color: 6470751.
HSL color Cylindrical-coordinate representation of color #5FBC62: hue angle of 121.94º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5FBC62 is Cyan = 0.49, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 95 | 188 | 98 | - |
| CMYK | 0.49 | 0 | 0.48 | 0.26 |
| HSL | 121.94º | 0.41% | 0.55% | - |
| HSV(B) | 121.94º | 0.49% | 0.74% | - |
| XYZ | 24.91 | 39.28 | 17.82 | - |
| YUV | 149.93 | 98.69 | 88.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 188 | 98 | 0.49 | 0 | 0.48 | 0.26 | 121.94 | 0.41 | 0.55 |
| Hex | 5F | BC | 62 | 31 | 0 | 30 | 1A | 7A | 29 | 37 |
| Octal | 137 | 274 | 142 | 61 | 0 | 60 | 32 | 172 | 51 | 67 |
| Binary | 1011111 | 10111100 | 1100010 | 110001 | 0 | 110000 | 11010 | 1111010 | 101001 | 110111 |
Color Harmonies of #5FBC62
Complementary color
Monochromatic Colors of #5FBC62
Black with #5FBC62
Text Example
Text Example
White with #5FBC62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FBC62; }
p { color: rgb(95,188,98); }
H1.HeaderClassName
{
color: #5FBC62;
}
.AnyTagClassName
{
color: #5FBC62;
}
</style>
background-color css
<style>
a { background-color: #5FBC62; }
a { background-color: rgb(95,188,98); }
div.DivClassName
{
background-color: #5FBC62;
}
.BgClassName
{
background-color: #5FBC62;
}
</style>
border-color css
<style>
span { border-color: #5FBC62; }
span { border-color: rgb(95,188,98); }
td.TdClassName
{
border-color: #5FBC62;
}
.TagClassName
{
border-color: #5FBC62;
}
</style>