Shades of Fern #5FD16D
Tints of Fern #5FD16D
RGB
CMYK
RGB Variations
Color information
#5FD16D (or 0x5FD16D) is known color: Fern. HEX triplet: 5F, D1 and 6D. RGB value is (95,209,109). Sum of RGB (Red+Green+Blue) = 95+209+109=413 (54% of max value = 765). Red value is 95 (37.5% from 255 or 23.00% from 413); Green value is 209 (82.03% from 255 or 50.61% from 413); Blue value is 109 (42.97% from 255 or 26.39% from 413); Max value from RGB is 209 - color contains mainly: green. Hex color #5FD16D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5FD16D is #A02E92. Grayscale: #A3A3A3. Windows color (decimal): -10497683 or 7197023. OLE color: 7197023.
HSL color Cylindrical-coordinate representation of color #5FD16D: hue angle of 127.37º degrees, saturation: 0.55, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5FD16D is Cyan = 0.55, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 95 | 209 | 109 | - |
| CMYK | 0.55 | 0 | 0.48 | 0.18 |
| HSL | 127.37º | 0.55% | 0.6% | - |
| HSV(B) | 127.37º | 0.55% | 0.82% | - |
| XYZ | 30.28 | 49.14 | 22.36 | - |
| YUV | 163.51 | 97.23 | 79.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 209 | 109 | 0.55 | 0 | 0.48 | 0.18 | 127.37 | 0.55 | 0.6 |
| Hex | 5F | D1 | 6D | 37 | 0 | 30 | 12 | 7F | 37 | 3C |
| Octal | 137 | 321 | 155 | 67 | 0 | 60 | 22 | 177 | 67 | 74 |
| Binary | 1011111 | 11010001 | 1101101 | 110111 | 0 | 110000 | 10010 | 1111111 | 110111 | 111100 |
Color Harmonies of #5FD16D
Complementary color
Monochromatic Colors of #5FD16D
Black with #5FD16D
Text Example
Text Example
White with #5FD16D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FD16D; }
p { color: rgb(95,209,109); }
H1.HeaderClassName
{
color: #5FD16D;
}
.AnyTagClassName
{
color: #5FD16D;
}
</style>
background-color css
<style>
a { background-color: #5FD16D; }
a { background-color: rgb(95,209,109); }
div.DivClassName
{
background-color: #5FD16D;
}
.BgClassName
{
background-color: #5FD16D;
}
</style>
border-color css
<style>
span { border-color: #5FD16D; }
span { border-color: rgb(95,209,109); }
td.TdClassName
{
border-color: #5FD16D;
}
.TagClassName
{
border-color: #5FD16D;
}
</style>