Shades of Fern #5FD656
Tints of Fern #5FD656
RGB
CMYK
RGB Variations
Color information
#5FD656 (or 0x5FD656) is known color: Fern. HEX triplet: 5F, D6 and 56. RGB value is (95,214,86). Sum of RGB (Red+Green+Blue) = 95+214+86=395 (52% of max value = 765). Red value is 95 (37.5% from 255 or 24.05% from 395); Green value is 214 (83.98% from 255 or 54.18% from 395); Blue value is 86 (33.98% from 255 or 21.77% from 395); Max value from RGB is 214 - color contains mainly: green. Hex color #5FD656 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5FD656 is #A029A9. Grayscale: #A4A4A4. Windows color (decimal): -10496426 or 5690975. OLE color: 5690975.
HSL color Cylindrical-coordinate representation of color #5FD656: hue angle of 115.78º degrees, saturation: 0.61, 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 #5FD656 is Cyan = 0.56, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 95 | 214 | 86 | - |
| CMYK | 0.56 | 0 | 0.60 | 0.16 |
| HSL | 115.78º | 0.61% | 0.59% | - |
| HSV(B) | 115.78º | 0.6% | 0.84% | - |
| XYZ | 30.45 | 51.2 | 17.08 | - |
| YUV | 163.83 | 84.08 | 78.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 214 | 86 | 0.56 | 0 | 0.60 | 0.16 | 115.78 | 0.61 | 0.59 |
| Hex | 5F | D6 | 56 | 38 | 0 | 3C | 10 | 74 | 3D | 3B |
| Octal | 137 | 326 | 126 | 70 | 0 | 74 | 20 | 164 | 75 | 73 |
| Binary | 1011111 | 11010110 | 1010110 | 111000 | 0 | 111100 | 10000 | 1110100 | 111101 | 111011 |
Color Harmonies of #5FD656
Complementary color
Monochromatic Colors of #5FD656
Black with #5FD656
Text Example
Text Example
White with #5FD656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FD656; }
p { color: rgb(95,214,86); }
H1.HeaderClassName
{
color: #5FD656;
}
.AnyTagClassName
{
color: #5FD656;
}
</style>
background-color css
<style>
a { background-color: #5FD656; }
a { background-color: rgb(95,214,86); }
div.DivClassName
{
background-color: #5FD656;
}
.BgClassName
{
background-color: #5FD656;
}
</style>
border-color css
<style>
span { border-color: #5FD656; }
span { border-color: rgb(95,214,86); }
td.TdClassName
{
border-color: #5FD656;
}
.TagClassName
{
border-color: #5FD656;
}
</style>