Shades of Fern #5FB970
Tints of Fern #5FB970
RGB
CMYK
RGB Variations
Color information
#5FB970 (or 0x5FB970) is known color: Fern. HEX triplet: 5F, B9 and 70. RGB value is (95,185,112). Sum of RGB (Red+Green+Blue) = 95+185+112=392 (51% of max value = 765). Red value is 95 (37.5% from 255 or 24.23% from 392); Green value is 185 (72.66% from 255 or 47.19% from 392); Blue value is 112 (44.14% from 255 or 28.57% from 392); Max value from RGB is 185 - color contains mainly: green. Hex color #5FB970 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5FB970 is #A0468F. Grayscale: #959595. Windows color (decimal): -10503824 or 7387487. OLE color: 7387487.
HSL color Cylindrical-coordinate representation of color #5FB970: hue angle of 131.33º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5FB970 is Cyan = 0.49, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 95 | 185 | 112 | - |
| CMYK | 0.49 | 0 | 0.39 | 0.27 |
| HSL | 131.33º | 0.39% | 0.55% | - |
| HSV(B) | 131.33º | 0.49% | 0.73% | - |
| XYZ | 24.99 | 38.3 | 21.4 | - |
| YUV | 149.77 | 106.68 | 88.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 185 | 112 | 0.49 | 0 | 0.39 | 0.27 | 131.33 | 0.39 | 0.55 |
| Hex | 5F | B9 | 70 | 31 | 0 | 27 | 1B | 83 | 27 | 37 |
| Octal | 137 | 271 | 160 | 61 | 0 | 47 | 33 | 203 | 47 | 67 |
| Binary | 1011111 | 10111001 | 1110000 | 110001 | 0 | 100111 | 11011 | 10000011 | 100111 | 110111 |
Color Harmonies of #5FB970
Complementary color
Monochromatic Colors of #5FB970
Black with #5FB970
Text Example
Text Example
White with #5FB970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FB970; }
p { color: rgb(95,185,112); }
H1.HeaderClassName
{
color: #5FB970;
}
.AnyTagClassName
{
color: #5FB970;
}
</style>
background-color css
<style>
a { background-color: #5FB970; }
a { background-color: rgb(95,185,112); }
div.DivClassName
{
background-color: #5FB970;
}
.BgClassName
{
background-color: #5FB970;
}
</style>
border-color css
<style>
span { border-color: #5FB970; }
span { border-color: rgb(95,185,112); }
td.TdClassName
{
border-color: #5FB970;
}
.TagClassName
{
border-color: #5FB970;
}
</style>