Shades of Fern #5FBC70
Tints of Fern #5FBC70
RGB
CMYK
RGB Variations
Color information
#5FBC70 (or 0x5FBC70) is known color: Fern. HEX triplet: 5F, BC and 70. RGB value is (95,188,112). Sum of RGB (Red+Green+Blue) = 95+188+112=395 (52% of max value = 765). Red value is 95 (37.5% from 255 or 24.05% from 395); Green value is 188 (73.83% from 255 or 47.59% from 395); Blue value is 112 (44.14% from 255 or 28.35% from 395); Max value from RGB is 188 - color contains mainly: green. Hex color #5FBC70 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5FBC70 is #A0438F. Grayscale: #979797. Windows color (decimal): -10503056 or 7388255. OLE color: 7388255.
HSL color Cylindrical-coordinate representation of color #5FBC70: hue angle of 130.97º 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 #5FBC70 is Cyan = 0.49, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 95 | 188 | 112 | - |
| CMYK | 0.49 | 0 | 0.40 | 0.26 |
| HSL | 130.97º | 0.41% | 0.55% | - |
| HSV(B) | 130.97º | 0.49% | 0.74% | - |
| XYZ | 25.63 | 39.57 | 21.62 | - |
| YUV | 151.53 | 105.69 | 87.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 188 | 112 | 0.49 | 0 | 0.40 | 0.26 | 130.97 | 0.41 | 0.55 |
| Hex | 5F | BC | 70 | 31 | 0 | 28 | 1A | 83 | 29 | 37 |
| Octal | 137 | 274 | 160 | 61 | 0 | 50 | 32 | 203 | 51 | 67 |
| Binary | 1011111 | 10111100 | 1110000 | 110001 | 0 | 101000 | 11010 | 10000011 | 101001 | 110111 |
Color Harmonies of #5FBC70
Complementary color
Monochromatic Colors of #5FBC70
Black with #5FBC70
Text Example
Text Example
White with #5FBC70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FBC70; }
p { color: rgb(95,188,112); }
H1.HeaderClassName
{
color: #5FBC70;
}
.AnyTagClassName
{
color: #5FBC70;
}
</style>
background-color css
<style>
a { background-color: #5FBC70; }
a { background-color: rgb(95,188,112); }
div.DivClassName
{
background-color: #5FBC70;
}
.BgClassName
{
background-color: #5FBC70;
}
</style>
border-color css
<style>
span { border-color: #5FBC70; }
span { border-color: rgb(95,188,112); }
td.TdClassName
{
border-color: #5FBC70;
}
.TagClassName
{
border-color: #5FBC70;
}
</style>