Shades of Fern #5FB15E
Tints of Fern #5FB15E
RGB
CMYK
RGB Variations
Color information
#5FB15E (or 0x5FB15E) is known color: Fern. HEX triplet: 5F, B1 and 5E. RGB value is (95,177,94). Sum of RGB (Red+Green+Blue) = 95+177+94=366 (48% of max value = 765). Red value is 95 (37.5% from 255 or 25.96% from 366); Green value is 177 (69.53% from 255 or 48.36% from 366); Blue value is 94 (37.11% from 255 or 25.68% from 366); Max value from RGB is 177 - color contains mainly: green. Hex color #5FB15E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5FB15E is #A04EA1. Grayscale: #8F8F8F. Windows color (decimal): -10505890 or 6205791. OLE color: 6205791.
HSL color Cylindrical-coordinate representation of color #5FB15E: hue angle of 119.28º degrees, saturation: 0.35, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5FB15E is Cyan = 0.46, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 95 | 177 | 94 | - |
| CMYK | 0.46 | 0 | 0.47 | 0.31 |
| HSL | 119.28º | 0.35% | 0.53% | - |
| HSV(B) | 119.28º | 0.47% | 0.69% | - |
| XYZ | 22.46 | 34.69 | 16.1 | - |
| YUV | 143.02 | 100.33 | 93.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 177 | 94 | 0.46 | 0 | 0.47 | 0.31 | 119.28 | 0.35 | 0.53 |
| Hex | 5F | B1 | 5E | 2E | 0 | 2F | 1F | 77 | 23 | 35 |
| Octal | 137 | 261 | 136 | 56 | 0 | 57 | 37 | 167 | 43 | 65 |
| Binary | 1011111 | 10110001 | 1011110 | 101110 | 0 | 101111 | 11111 | 1110111 | 100011 | 110101 |
Color Harmonies of #5FB15E
Complementary color
Monochromatic Colors of #5FB15E
Black with #5FB15E
Text Example
Text Example
White with #5FB15E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FB15E; }
p { color: rgb(95,177,94); }
H1.HeaderClassName
{
color: #5FB15E;
}
.AnyTagClassName
{
color: #5FB15E;
}
</style>
background-color css
<style>
a { background-color: #5FB15E; }
a { background-color: rgb(95,177,94); }
div.DivClassName
{
background-color: #5FB15E;
}
.BgClassName
{
background-color: #5FB15E;
}
</style>
border-color css
<style>
span { border-color: #5FB15E; }
span { border-color: rgb(95,177,94); }
td.TdClassName
{
border-color: #5FB15E;
}
.TagClassName
{
border-color: #5FB15E;
}
</style>