Shades of Fern #5FB878
Tints of Fern #5FB878
RGB
CMYK
RGB Variations
Color information
#5FB878 (or 0x5FB878) is known color: Fern. HEX triplet: 5F, B8 and 78. RGB value is (95,184,120). Sum of RGB (Red+Green+Blue) = 95+184+120=399 (52% of max value = 765). Red value is 95 (37.5% from 255 or 23.81% from 399); Green value is 184 (72.27% from 255 or 46.12% from 399); Blue value is 120 (47.27% from 255 or 30.08% from 399); Max value from RGB is 184 - color contains mainly: green. Hex color #5FB878 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5FB878 is #A04787. Grayscale: #969696. Windows color (decimal): -10504072 or 7911519. OLE color: 7911519.
HSL color Cylindrical-coordinate representation of color #5FB878: hue angle of 136.85º degrees, saturation: 0.39, 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 #5FB878 is Cyan = 0.48, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 95 | 184 | 120 | - |
| CMYK | 0.48 | 0 | 0.35 | 0.28 |
| HSL | 136.85º | 0.39% | 0.55% | - |
| HSV(B) | 136.85º | 0.48% | 0.72% | - |
| XYZ | 25.25 | 38.07 | 23.79 | - |
| YUV | 150.09 | 111.01 | 88.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 184 | 120 | 0.48 | 0 | 0.35 | 0.28 | 136.85 | 0.39 | 0.55 |
| Hex | 5F | B8 | 78 | 30 | 0 | 23 | 1C | 89 | 27 | 37 |
| Octal | 137 | 270 | 170 | 60 | 0 | 43 | 34 | 211 | 47 | 67 |
| Binary | 1011111 | 10111000 | 1111000 | 110000 | 0 | 100011 | 11100 | 10001001 | 100111 | 110111 |
Color Harmonies of #5FB878
Complementary color
Monochromatic Colors of #5FB878
Black with #5FB878
Text Example
Text Example
White with #5FB878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FB878; }
p { color: rgb(95,184,120); }
H1.HeaderClassName
{
color: #5FB878;
}
.AnyTagClassName
{
color: #5FB878;
}
</style>
background-color css
<style>
a { background-color: #5FB878; }
a { background-color: rgb(95,184,120); }
div.DivClassName
{
background-color: #5FB878;
}
.BgClassName
{
background-color: #5FB878;
}
</style>
border-color css
<style>
span { border-color: #5FB878; }
span { border-color: rgb(95,184,120); }
td.TdClassName
{
border-color: #5FB878;
}
.TagClassName
{
border-color: #5FB878;
}
</style>