Shades of Fern #5FD55E
Tints of Fern #5FD55E
RGB
CMYK
RGB Variations
Color information
#5FD55E (or 0x5FD55E) is known color: Fern. HEX triplet: 5F, D5 and 5E. RGB value is (95,213,94). Sum of RGB (Red+Green+Blue) = 95+213+94=402 (53% of max value = 765). Red value is 95 (37.5% from 255 or 23.63% from 402); Green value is 213 (83.59% from 255 or 52.99% from 402); Blue value is 94 (37.11% from 255 or 23.38% from 402); Max value from RGB is 213 - color contains mainly: green. Hex color #5FD55E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5FD55E is #A02AA1. Grayscale: #A4A4A4. Windows color (decimal): -10496674 or 6215007. OLE color: 6215007.
HSL color Cylindrical-coordinate representation of color #5FD55E: hue angle of 119.5º degrees, saturation: 0.59, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5FD55E is Cyan = 0.55, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 95 | 213 | 94 | - |
| CMYK | 0.55 | 0 | 0.56 | 0.16 |
| HSL | 119.5º | 0.59% | 0.6% | - |
| HSV(B) | 119.5º | 0.56% | 0.84% | - |
| XYZ | 30.53 | 50.83 | 18.79 | - |
| YUV | 164.15 | 88.41 | 78.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 213 | 94 | 0.55 | 0 | 0.56 | 0.16 | 119.5 | 0.59 | 0.6 |
| Hex | 5F | D5 | 5E | 37 | 0 | 38 | 10 | 77 | 3B | 3C |
| Octal | 137 | 325 | 136 | 67 | 0 | 70 | 20 | 167 | 73 | 74 |
| Binary | 1011111 | 11010101 | 1011110 | 110111 | 0 | 111000 | 10000 | 1110111 | 111011 | 111100 |
Color Harmonies of #5FD55E
Complementary color
Monochromatic Colors of #5FD55E
Black with #5FD55E
Text Example
Text Example
White with #5FD55E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FD55E; }
p { color: rgb(95,213,94); }
H1.HeaderClassName
{
color: #5FD55E;
}
.AnyTagClassName
{
color: #5FD55E;
}
</style>
background-color css
<style>
a { background-color: #5FD55E; }
a { background-color: rgb(95,213,94); }
div.DivClassName
{
background-color: #5FD55E;
}
.BgClassName
{
background-color: #5FD55E;
}
</style>
border-color css
<style>
span { border-color: #5FD55E; }
span { border-color: rgb(95,213,94); }
td.TdClassName
{
border-color: #5FD55E;
}
.TagClassName
{
border-color: #5FD55E;
}
</style>