Shades of Fern #5FB55A
Tints of Fern #5FB55A
RGB
CMYK
RGB Variations
Color information
#5FB55A (or 0x5FB55A) is known color: Fern. HEX triplet: 5F, B5 and 5A. RGB value is (95,181,90). Sum of RGB (Red+Green+Blue) = 95+181+90=366 (48% of max value = 765). Red value is 95 (37.5% from 255 or 25.96% from 366); Green value is 181 (71.09% from 255 or 49.45% from 366); Blue value is 90 (35.55% from 255 or 24.59% from 366); Max value from RGB is 181 - color contains mainly: green. Hex color #5FB55A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5FB55A is #A04AA5. Grayscale: #919191. Windows color (decimal): -10504870 or 5944671. OLE color: 5944671.
HSL color Cylindrical-coordinate representation of color #5FB55A: hue angle of 116.7º degrees, saturation: 0.38, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5FB55A is Cyan = 0.48, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 95 | 181 | 90 | - |
| CMYK | 0.48 | 0 | 0.50 | 0.29 |
| HSL | 116.7º | 0.38% | 0.53% | - |
| HSV(B) | 116.7º | 0.5% | 0.71% | - |
| XYZ | 23.09 | 36.22 | 15.45 | - |
| YUV | 144.91 | 97.01 | 92.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 181 | 90 | 0.48 | 0 | 0.50 | 0.29 | 116.7 | 0.38 | 0.53 |
| Hex | 5F | B5 | 5A | 30 | 0 | 32 | 1D | 75 | 26 | 35 |
| Octal | 137 | 265 | 132 | 60 | 0 | 62 | 35 | 165 | 46 | 65 |
| Binary | 1011111 | 10110101 | 1011010 | 110000 | 0 | 110010 | 11101 | 1110101 | 100110 | 110101 |
Color Harmonies of #5FB55A
Complementary color
Monochromatic Colors of #5FB55A
Black with #5FB55A
Text Example
Text Example
White with #5FB55A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FB55A; }
p { color: rgb(95,181,90); }
H1.HeaderClassName
{
color: #5FB55A;
}
.AnyTagClassName
{
color: #5FB55A;
}
</style>
background-color css
<style>
a { background-color: #5FB55A; }
a { background-color: rgb(95,181,90); }
div.DivClassName
{
background-color: #5FB55A;
}
.BgClassName
{
background-color: #5FB55A;
}
</style>
border-color css
<style>
span { border-color: #5FB55A; }
span { border-color: rgb(95,181,90); }
td.TdClassName
{
border-color: #5FB55A;
}
.TagClassName
{
border-color: #5FB55A;
}
</style>