Shades of Fern #5FD15A
Tints of Fern #5FD15A
RGB
CMYK
RGB Variations
Color information
#5FD15A (or 0x5FD15A) is known color: Fern. HEX triplet: 5F, D1 and 5A. RGB value is (95,209,90). Sum of RGB (Red+Green+Blue) = 95+209+90=394 (52% of max value = 765). Red value is 95 (37.5% from 255 or 24.11% from 394); Green value is 209 (82.03% from 255 or 53.05% from 394); Blue value is 90 (35.55% from 255 or 22.84% from 394); Max value from RGB is 209 - color contains mainly: green. Hex color #5FD15A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5FD15A is #A02EA5. Grayscale: #A1A1A1. Windows color (decimal): -10497702 or 5951839. OLE color: 5951839.
HSL color Cylindrical-coordinate representation of color #5FD15A: hue angle of 117.48º degrees, saturation: 0.56, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5FD15A is Cyan = 0.55, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 95 | 209 | 90 | - |
| CMYK | 0.55 | 0 | 0.57 | 0.18 |
| HSL | 117.48º | 0.56% | 0.59% | - |
| HSV(B) | 117.48º | 0.57% | 0.82% | - |
| XYZ | 29.37 | 48.77 | 17.54 | - |
| YUV | 161.35 | 87.73 | 80.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 209 | 90 | 0.55 | 0 | 0.57 | 0.18 | 117.48 | 0.56 | 0.59 |
| Hex | 5F | D1 | 5A | 37 | 0 | 39 | 12 | 75 | 38 | 3B |
| Octal | 137 | 321 | 132 | 67 | 0 | 71 | 22 | 165 | 70 | 73 |
| Binary | 1011111 | 11010001 | 1011010 | 110111 | 0 | 111001 | 10010 | 1110101 | 111000 | 111011 |
Color Harmonies of #5FD15A
Complementary color
Monochromatic Colors of #5FD15A
Black with #5FD15A
Text Example
Text Example
White with #5FD15A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FD15A; }
p { color: rgb(95,209,90); }
H1.HeaderClassName
{
color: #5FD15A;
}
.AnyTagClassName
{
color: #5FD15A;
}
</style>
background-color css
<style>
a { background-color: #5FD15A; }
a { background-color: rgb(95,209,90); }
div.DivClassName
{
background-color: #5FD15A;
}
.BgClassName
{
background-color: #5FD15A;
}
</style>
border-color css
<style>
span { border-color: #5FD15A; }
span { border-color: rgb(95,209,90); }
td.TdClassName
{
border-color: #5FD15A;
}
.TagClassName
{
border-color: #5FD15A;
}
</style>