Shades of Fern #5FB875
Tints of Fern #5FB875
RGB
CMYK
RGB Variations
Color information
#5FB875 (or 0x5FB875) is known color: Fern. HEX triplet: 5F, B8 and 75. RGB value is (95,184,117). Sum of RGB (Red+Green+Blue) = 95+184+117=396 (52% of max value = 765). Red value is 95 (37.5% from 255 or 23.99% from 396); Green value is 184 (72.27% from 255 or 46.46% from 396); Blue value is 117 (46.09% from 255 or 29.55% from 396); Max value from RGB is 184 - color contains mainly: green. Hex color #5FB875 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5FB875 is #A0478A. Grayscale: #959595. Windows color (decimal): -10504075 or 7714911. OLE color: 7714911.
HSL color Cylindrical-coordinate representation of color #5FB875: hue angle of 134.83º 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 #5FB875 is Cyan = 0.48, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 95 | 184 | 117 | - |
| CMYK | 0.48 | 0 | 0.36 | 0.28 |
| HSL | 134.83º | 0.39% | 0.55% | - |
| HSV(B) | 134.83º | 0.48% | 0.72% | - |
| XYZ | 25.07 | 38 | 22.84 | - |
| YUV | 149.75 | 109.51 | 88.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 184 | 117 | 0.48 | 0 | 0.36 | 0.28 | 134.83 | 0.39 | 0.55 |
| Hex | 5F | B8 | 75 | 30 | 0 | 24 | 1C | 87 | 27 | 37 |
| Octal | 137 | 270 | 165 | 60 | 0 | 44 | 34 | 207 | 47 | 67 |
| Binary | 1011111 | 10111000 | 1110101 | 110000 | 0 | 100100 | 11100 | 10000111 | 100111 | 110111 |
Color Harmonies of #5FB875
Complementary color
Monochromatic Colors of #5FB875
Black with #5FB875
Text Example
Text Example
White with #5FB875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FB875; }
p { color: rgb(95,184,117); }
H1.HeaderClassName
{
color: #5FB875;
}
.AnyTagClassName
{
color: #5FB875;
}
</style>
background-color css
<style>
a { background-color: #5FB875; }
a { background-color: rgb(95,184,117); }
div.DivClassName
{
background-color: #5FB875;
}
.BgClassName
{
background-color: #5FB875;
}
</style>
border-color css
<style>
span { border-color: #5FB875; }
span { border-color: rgb(95,184,117); }
td.TdClassName
{
border-color: #5FB875;
}
.TagClassName
{
border-color: #5FB875;
}
</style>