Shades of Fern #5FB05E
Tints of Fern #5FB05E
RGB
CMYK
RGB Variations
Color information
#5FB05E (or 0x5FB05E) is known color: Fern. HEX triplet: 5F, B0 and 5E. RGB value is (95,176,94). Sum of RGB (Red+Green+Blue) = 95+176+94=365 (48% of max value = 765). Red value is 95 (37.5% from 255 or 26.03% from 365); Green value is 176 (69.14% from 255 or 48.22% from 365); Blue value is 94 (37.11% from 255 or 25.75% from 365); Max value from RGB is 176 - color contains mainly: green. Hex color #5FB05E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5FB05E is #A04FA1. Grayscale: #8E8E8E. Windows color (decimal): -10506146 or 6205535. OLE color: 6205535.
HSL color Cylindrical-coordinate representation of color #5FB05E: hue angle of 119.27º degrees, saturation: 0.34, 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 #5FB05E is Cyan = 0.46, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 95 | 176 | 94 | - |
| CMYK | 0.46 | 0 | 0.47 | 0.31 |
| HSL | 119.27º | 0.34% | 0.53% | - |
| HSV(B) | 119.27º | 0.47% | 0.69% | - |
| XYZ | 22.27 | 34.29 | 16.04 | - |
| YUV | 142.43 | 100.66 | 94.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 176 | 94 | 0.46 | 0 | 0.47 | 0.31 | 119.27 | 0.34 | 0.53 |
| Hex | 5F | B0 | 5E | 2E | 0 | 2F | 1F | 77 | 22 | 35 |
| Octal | 137 | 260 | 136 | 56 | 0 | 57 | 37 | 167 | 42 | 65 |
| Binary | 1011111 | 10110000 | 1011110 | 101110 | 0 | 101111 | 11111 | 1110111 | 100010 | 110101 |
Color Harmonies of #5FB05E
Complementary color
Monochromatic Colors of #5FB05E
Black with #5FB05E
Text Example
Text Example
White with #5FB05E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FB05E; }
p { color: rgb(95,176,94); }
H1.HeaderClassName
{
color: #5FB05E;
}
.AnyTagClassName
{
color: #5FB05E;
}
</style>
background-color css
<style>
a { background-color: #5FB05E; }
a { background-color: rgb(95,176,94); }
div.DivClassName
{
background-color: #5FB05E;
}
.BgClassName
{
background-color: #5FB05E;
}
</style>
border-color css
<style>
span { border-color: #5FB05E; }
span { border-color: rgb(95,176,94); }
td.TdClassName
{
border-color: #5FB05E;
}
.TagClassName
{
border-color: #5FB05E;
}
</style>