Shades of Fern #5FD05D
Tints of Fern #5FD05D
RGB
CMYK
RGB Variations
Color information
#5FD05D (or 0x5FD05D) is known color: Fern. HEX triplet: 5F, D0 and 5D. RGB value is (95,208,93). Sum of RGB (Red+Green+Blue) = 95+208+93=396 (52% of max value = 765). Red value is 95 (37.5% from 255 or 23.99% from 396); Green value is 208 (81.64% from 255 or 52.53% from 396); Blue value is 93 (36.72% from 255 or 23.48% from 396); Max value from RGB is 208 - color contains mainly: green. Hex color #5FD05D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5FD05D is #A02FA2. Grayscale: #A1A1A1. Windows color (decimal): -10497955 or 6148191. OLE color: 6148191.
HSL color Cylindrical-coordinate representation of color #5FD05D: hue angle of 118.96º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5FD05D is Cyan = 0.54, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 95 | 208 | 93 | - |
| CMYK | 0.54 | 0 | 0.55 | 0.18 |
| HSL | 118.96º | 0.55% | 0.59% | - |
| HSV(B) | 118.96º | 0.55% | 0.82% | - |
| XYZ | 29.25 | 48.33 | 18.14 | - |
| YUV | 161.1 | 89.56 | 80.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 208 | 93 | 0.54 | 0 | 0.55 | 0.18 | 118.96 | 0.55 | 0.59 |
| Hex | 5F | D0 | 5D | 36 | 0 | 37 | 12 | 77 | 37 | 3B |
| Octal | 137 | 320 | 135 | 66 | 0 | 67 | 22 | 167 | 67 | 73 |
| Binary | 1011111 | 11010000 | 1011101 | 110110 | 0 | 110111 | 10010 | 1110111 | 110111 | 111011 |
Color Harmonies of #5FD05D
Complementary color
Monochromatic Colors of #5FD05D
Black with #5FD05D
Text Example
Text Example
White with #5FD05D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FD05D; }
p { color: rgb(95,208,93); }
H1.HeaderClassName
{
color: #5FD05D;
}
.AnyTagClassName
{
color: #5FD05D;
}
</style>
background-color css
<style>
a { background-color: #5FD05D; }
a { background-color: rgb(95,208,93); }
div.DivClassName
{
background-color: #5FD05D;
}
.BgClassName
{
background-color: #5FD05D;
}
</style>
border-color css
<style>
span { border-color: #5FD05D; }
span { border-color: rgb(95,208,93); }
td.TdClassName
{
border-color: #5FD05D;
}
.TagClassName
{
border-color: #5FD05D;
}
</style>