Shades of Fern #5FD556
Tints of Fern #5FD556
RGB
CMYK
RGB Variations
Color information
#5FD556 (or 0x5FD556) is known color: Fern. HEX triplet: 5F, D5 and 56. RGB value is (95,213,86). Sum of RGB (Red+Green+Blue) = 95+213+86=394 (52% of max value = 765). Red value is 95 (37.5% from 255 or 24.11% from 394); Green value is 213 (83.59% from 255 or 54.06% from 394); Blue value is 86 (33.98% from 255 or 21.83% from 394); Max value from RGB is 213 - color contains mainly: green. Hex color #5FD556 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5FD556 is #A02AA9. Grayscale: #A3A3A3. Windows color (decimal): -10496682 or 5690719. OLE color: 5690719.
HSL color Cylindrical-coordinate representation of color #5FD556: hue angle of 115.75º degrees, saturation: 0.6, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5FD556 is Cyan = 0.55, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 95 | 213 | 86 | - |
| CMYK | 0.55 | 0 | 0.60 | 0.16 |
| HSL | 115.75º | 0.6% | 0.59% | - |
| HSV(B) | 115.75º | 0.6% | 0.84% | - |
| XYZ | 30.19 | 50.69 | 17 | - |
| YUV | 163.24 | 84.41 | 79.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 213 | 86 | 0.55 | 0 | 0.60 | 0.16 | 115.75 | 0.6 | 0.59 |
| Hex | 5F | D5 | 56 | 37 | 0 | 3C | 10 | 74 | 3C | 3B |
| Octal | 137 | 325 | 126 | 67 | 0 | 74 | 20 | 164 | 74 | 73 |
| Binary | 1011111 | 11010101 | 1010110 | 110111 | 0 | 111100 | 10000 | 1110100 | 111100 | 111011 |
Color Harmonies of #5FD556
Complementary color
Monochromatic Colors of #5FD556
Black with #5FD556
Text Example
Text Example
White with #5FD556
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FD556; }
p { color: rgb(95,213,86); }
H1.HeaderClassName
{
color: #5FD556;
}
.AnyTagClassName
{
color: #5FD556;
}
</style>
background-color css
<style>
a { background-color: #5FD556; }
a { background-color: rgb(95,213,86); }
div.DivClassName
{
background-color: #5FD556;
}
.BgClassName
{
background-color: #5FD556;
}
</style>
border-color css
<style>
span { border-color: #5FD556; }
span { border-color: rgb(95,213,86); }
td.TdClassName
{
border-color: #5FD556;
}
.TagClassName
{
border-color: #5FD556;
}
</style>