Shades of Fern #5FB365
Tints of Fern #5FB365
RGB
CMYK
RGB Variations
Color information
#5FB365 (or 0x5FB365) is known color: Fern. HEX triplet: 5F, B3 and 65. RGB value is (95,179,101). Sum of RGB (Red+Green+Blue) = 95+179+101=375 (49% of max value = 765). Red value is 95 (37.5% from 255 or 25.33% from 375); Green value is 179 (70.31% from 255 or 47.73% from 375); Blue value is 101 (39.84% from 255 or 26.93% from 375); Max value from RGB is 179 - color contains mainly: green. Hex color #5FB365 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5FB365 is #A04C9A. Grayscale: #919191. Windows color (decimal): -10505371 or 6665055. OLE color: 6665055.
HSL color Cylindrical-coordinate representation of color #5FB365: hue angle of 124.29º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5FB365 is Cyan = 0.47, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 95 | 179 | 101 | - |
| CMYK | 0.47 | 0 | 0.44 | 0.30 |
| HSL | 124.29º | 0.36% | 0.54% | - |
| HSV(B) | 124.29º | 0.47% | 0.7% | - |
| XYZ | 23.19 | 35.61 | 17.96 | - |
| YUV | 144.99 | 103.17 | 92.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 179 | 101 | 0.47 | 0 | 0.44 | 0.30 | 124.29 | 0.36 | 0.54 |
| Hex | 5F | B3 | 65 | 2F | 0 | 2C | 1E | 7C | 24 | 36 |
| Octal | 137 | 263 | 145 | 57 | 0 | 54 | 36 | 174 | 44 | 66 |
| Binary | 1011111 | 10110011 | 1100101 | 101111 | 0 | 101100 | 11110 | 1111100 | 100100 | 110110 |
Color Harmonies of #5FB365
Complementary color
Monochromatic Colors of #5FB365
Black with #5FB365
Text Example
Text Example
White with #5FB365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FB365; }
p { color: rgb(95,179,101); }
H1.HeaderClassName
{
color: #5FB365;
}
.AnyTagClassName
{
color: #5FB365;
}
</style>
background-color css
<style>
a { background-color: #5FB365; }
a { background-color: rgb(95,179,101); }
div.DivClassName
{
background-color: #5FB365;
}
.BgClassName
{
background-color: #5FB365;
}
</style>
border-color css
<style>
span { border-color: #5FB365; }
span { border-color: rgb(95,179,101); }
td.TdClassName
{
border-color: #5FB365;
}
.TagClassName
{
border-color: #5FB365;
}
</style>