Shades of Fern #5FD461
Tints of Fern #5FD461
RGB
CMYK
RGB Variations
Color information
#5FD461 (or 0x5FD461) is known color: Fern. HEX triplet: 5F, D4 and 61. RGB value is (95,212,97). Sum of RGB (Red+Green+Blue) = 95+212+97=404 (53% of max value = 765). Red value is 95 (37.5% from 255 or 23.51% from 404); Green value is 212 (83.20% from 255 or 52.48% from 404); Blue value is 97 (38.28% from 255 or 24.01% from 404); Max value from RGB is 212 - color contains mainly: green. Hex color #5FD461 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5FD461 is #A02B9E. Grayscale: #A4A4A4. Windows color (decimal): -10496927 or 6411359. OLE color: 6411359.
HSL color Cylindrical-coordinate representation of color #5FD461: hue angle of 121.03º degrees, saturation: 0.58, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5FD461 is Cyan = 0.55, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 95 | 212 | 97 | - |
| CMYK | 0.55 | 0 | 0.54 | 0.17 |
| HSL | 121.03º | 0.58% | 0.6% | - |
| HSV(B) | 121.03º | 0.55% | 0.83% | - |
| XYZ | 30.42 | 50.38 | 19.43 | - |
| YUV | 163.91 | 90.24 | 78.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 212 | 97 | 0.55 | 0 | 0.54 | 0.17 | 121.03 | 0.58 | 0.6 |
| Hex | 5F | D4 | 61 | 37 | 0 | 36 | 11 | 79 | 3A | 3C |
| Octal | 137 | 324 | 141 | 67 | 0 | 66 | 21 | 171 | 72 | 74 |
| Binary | 1011111 | 11010100 | 1100001 | 110111 | 0 | 110110 | 10001 | 1111001 | 111010 | 111100 |
Color Harmonies of #5FD461
Complementary color
Monochromatic Colors of #5FD461
Black with #5FD461
Text Example
Text Example
White with #5FD461
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FD461; }
p { color: rgb(95,212,97); }
H1.HeaderClassName
{
color: #5FD461;
}
.AnyTagClassName
{
color: #5FD461;
}
</style>
background-color css
<style>
a { background-color: #5FD461; }
a { background-color: rgb(95,212,97); }
div.DivClassName
{
background-color: #5FD461;
}
.BgClassName
{
background-color: #5FD461;
}
</style>
border-color css
<style>
span { border-color: #5FD461; }
span { border-color: rgb(95,212,97); }
td.TdClassName
{
border-color: #5FD461;
}
.TagClassName
{
border-color: #5FD461;
}
</style>