Shades of Fern #5FB25E
Tints of Fern #5FB25E
RGB
CMYK
RGB Variations
Color information
#5FB25E (or 0x5FB25E) is known color: Fern. HEX triplet: 5F, B2 and 5E. RGB value is (95,178,94). Sum of RGB (Red+Green+Blue) = 95+178+94=367 (48% of max value = 765). Red value is 95 (37.5% from 255 or 25.89% from 367); Green value is 178 (69.92% from 255 or 48.50% from 367); Blue value is 94 (37.11% from 255 or 25.61% from 367); Max value from RGB is 178 - color contains mainly: green. Hex color #5FB25E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5FB25E is #A04DA1. Grayscale: #8F8F8F. Windows color (decimal): -10505634 or 6206047. OLE color: 6206047.
HSL color Cylindrical-coordinate representation of color #5FB25E: hue angle of 119.29º degrees, saturation: 0.35, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5FB25E is Cyan = 0.47, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 95 | 178 | 94 | - |
| CMYK | 0.47 | 0 | 0.47 | 0.30 |
| HSL | 119.29º | 0.35% | 0.53% | - |
| HSV(B) | 119.29º | 0.47% | 0.7% | - |
| XYZ | 22.66 | 35.08 | 16.17 | - |
| YUV | 143.61 | 100 | 93.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 178 | 94 | 0.47 | 0 | 0.47 | 0.30 | 119.29 | 0.35 | 0.53 |
| Hex | 5F | B2 | 5E | 2F | 0 | 2F | 1E | 77 | 23 | 35 |
| Octal | 137 | 262 | 136 | 57 | 0 | 57 | 36 | 167 | 43 | 65 |
| Binary | 1011111 | 10110010 | 1011110 | 101111 | 0 | 101111 | 11110 | 1110111 | 100011 | 110101 |
Color Harmonies of #5FB25E
Complementary color
Monochromatic Colors of #5FB25E
Black with #5FB25E
Text Example
Text Example
White with #5FB25E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FB25E; }
p { color: rgb(95,178,94); }
H1.HeaderClassName
{
color: #5FB25E;
}
.AnyTagClassName
{
color: #5FB25E;
}
</style>
background-color css
<style>
a { background-color: #5FB25E; }
a { background-color: rgb(95,178,94); }
div.DivClassName
{
background-color: #5FB25E;
}
.BgClassName
{
background-color: #5FB25E;
}
</style>
border-color css
<style>
span { border-color: #5FB25E; }
span { border-color: rgb(95,178,94); }
td.TdClassName
{
border-color: #5FB25E;
}
.TagClassName
{
border-color: #5FB25E;
}
</style>