Shades of Fern #5FB75D
Tints of Fern #5FB75D
RGB
CMYK
RGB Variations
Color information
#5FB75D (or 0x5FB75D) is known color: Fern. HEX triplet: 5F, B7 and 5D. RGB value is (95,183,93). Sum of RGB (Red+Green+Blue) = 95+183+93=371 (49% of max value = 765). Red value is 95 (37.5% from 255 or 25.61% from 371); Green value is 183 (71.88% from 255 or 49.33% from 371); Blue value is 93 (36.72% from 255 or 25.07% from 371); Max value from RGB is 183 - color contains mainly: green. Hex color #5FB75D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5FB75D is #A048A2. Grayscale: #929292. Windows color (decimal): -10504355 or 6141791. OLE color: 6141791.
HSL color Cylindrical-coordinate representation of color #5FB75D: hue angle of 118.67º degrees, saturation: 0.38, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5FB75D is Cyan = 0.48, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 95 | 183 | 93 | - |
| CMYK | 0.48 | 0 | 0.49 | 0.28 |
| HSL | 118.67º | 0.38% | 0.54% | - |
| HSV(B) | 118.67º | 0.49% | 0.72% | - |
| XYZ | 23.63 | 37.09 | 16.27 | - |
| YUV | 146.43 | 97.85 | 91.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 183 | 93 | 0.48 | 0 | 0.49 | 0.28 | 118.67 | 0.38 | 0.54 |
| Hex | 5F | B7 | 5D | 30 | 0 | 31 | 1C | 77 | 26 | 36 |
| Octal | 137 | 267 | 135 | 60 | 0 | 61 | 34 | 167 | 46 | 66 |
| Binary | 1011111 | 10110111 | 1011101 | 110000 | 0 | 110001 | 11100 | 1110111 | 100110 | 110110 |
Color Harmonies of #5FB75D
Complementary color
Monochromatic Colors of #5FB75D
Black with #5FB75D
Text Example
Text Example
White with #5FB75D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FB75D; }
p { color: rgb(95,183,93); }
H1.HeaderClassName
{
color: #5FB75D;
}
.AnyTagClassName
{
color: #5FB75D;
}
</style>
background-color css
<style>
a { background-color: #5FB75D; }
a { background-color: rgb(95,183,93); }
div.DivClassName
{
background-color: #5FB75D;
}
.BgClassName
{
background-color: #5FB75D;
}
</style>
border-color css
<style>
span { border-color: #5FB75D; }
span { border-color: rgb(95,183,93); }
td.TdClassName
{
border-color: #5FB75D;
}
.TagClassName
{
border-color: #5FB75D;
}
</style>