Shades of Fern #5FBC73
Tints of Fern #5FBC73
RGB
CMYK
RGB Variations
Color information
#5FBC73 (or 0x5FBC73) is known color: Fern. HEX triplet: 5F, BC and 73. RGB value is (95,188,115). Sum of RGB (Red+Green+Blue) = 95+188+115=398 (52% of max value = 765). Red value is 95 (37.5% from 255 or 23.87% from 398); Green value is 188 (73.83% from 255 or 47.24% from 398); Blue value is 115 (45.31% from 255 or 28.89% from 398); Max value from RGB is 188 - color contains mainly: green. Hex color #5FBC73 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5FBC73 is #A0438C. Grayscale: #989898. Windows color (decimal): -10503053 or 7584863. OLE color: 7584863.
HSL color Cylindrical-coordinate representation of color #5FBC73: hue angle of 132.9º 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 #5FBC73 is Cyan = 0.49, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 95 | 188 | 115 | - |
| CMYK | 0.49 | 0 | 0.39 | 0.26 |
| HSL | 132.9º | 0.41% | 0.55% | - |
| HSV(B) | 132.9º | 0.49% | 0.74% | - |
| XYZ | 25.8 | 39.64 | 22.51 | - |
| YUV | 151.87 | 107.19 | 87.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 188 | 115 | 0.49 | 0 | 0.39 | 0.26 | 132.9 | 0.41 | 0.55 |
| Hex | 5F | BC | 73 | 31 | 0 | 27 | 1A | 85 | 29 | 37 |
| Octal | 137 | 274 | 163 | 61 | 0 | 47 | 32 | 205 | 51 | 67 |
| Binary | 1011111 | 10111100 | 1110011 | 110001 | 0 | 100111 | 11010 | 10000101 | 101001 | 110111 |
Color Harmonies of #5FBC73
Complementary color
Monochromatic Colors of #5FBC73
Black with #5FBC73
Text Example
Text Example
White with #5FBC73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FBC73; }
p { color: rgb(95,188,115); }
H1.HeaderClassName
{
color: #5FBC73;
}
.AnyTagClassName
{
color: #5FBC73;
}
</style>
background-color css
<style>
a { background-color: #5FBC73; }
a { background-color: rgb(95,188,115); }
div.DivClassName
{
background-color: #5FBC73;
}
.BgClassName
{
background-color: #5FBC73;
}
</style>
border-color css
<style>
span { border-color: #5FBC73; }
span { border-color: rgb(95,188,115); }
td.TdClassName
{
border-color: #5FBC73;
}
.TagClassName
{
border-color: #5FBC73;
}
</style>