Shades of Fern #5FB777
Tints of Fern #5FB777
RGB
CMYK
RGB Variations
Color information
#5FB777 (or 0x5FB777) is known color: Fern. HEX triplet: 5F, B7 and 77. RGB value is (95,183,119). Sum of RGB (Red+Green+Blue) = 95+183+119=397 (52% of max value = 765). Red value is 95 (37.5% from 255 or 23.93% from 397); Green value is 183 (71.88% from 255 or 46.10% from 397); Blue value is 119 (46.88% from 255 or 29.97% from 397); Max value from RGB is 183 - color contains mainly: green. Hex color #5FB777 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5FB777 is #A04888. Grayscale: #959595. Windows color (decimal): -10504329 or 7845727. OLE color: 7845727.
HSL color Cylindrical-coordinate representation of color #5FB777: hue angle of 136.36º degrees, saturation: 0.38, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5FB777 is Cyan = 0.48, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 95 | 183 | 119 | - |
| CMYK | 0.48 | 0 | 0.35 | 0.28 |
| HSL | 136.36º | 0.38% | 0.55% | - |
| HSV(B) | 136.36º | 0.48% | 0.72% | - |
| XYZ | 24.98 | 37.63 | 23.4 | - |
| YUV | 149.39 | 110.85 | 89.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 183 | 119 | 0.48 | 0 | 0.35 | 0.28 | 136.36 | 0.38 | 0.55 |
| Hex | 5F | B7 | 77 | 30 | 0 | 23 | 1C | 88 | 26 | 37 |
| Octal | 137 | 267 | 167 | 60 | 0 | 43 | 34 | 210 | 46 | 67 |
| Binary | 1011111 | 10110111 | 1110111 | 110000 | 0 | 100011 | 11100 | 10001000 | 100110 | 110111 |
Color Harmonies of #5FB777
Complementary color
Monochromatic Colors of #5FB777
Black with #5FB777
Text Example
Text Example
White with #5FB777
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FB777; }
p { color: rgb(95,183,119); }
H1.HeaderClassName
{
color: #5FB777;
}
.AnyTagClassName
{
color: #5FB777;
}
</style>
background-color css
<style>
a { background-color: #5FB777; }
a { background-color: rgb(95,183,119); }
div.DivClassName
{
background-color: #5FB777;
}
.BgClassName
{
background-color: #5FB777;
}
</style>
border-color css
<style>
span { border-color: #5FB777; }
span { border-color: rgb(95,183,119); }
td.TdClassName
{
border-color: #5FB777;
}
.TagClassName
{
border-color: #5FB777;
}
</style>