Shades of Fern #5FC66D
Tints of Fern #5FC66D
RGB
CMYK
RGB Variations
Color information
#5FC66D (or 0x5FC66D) is known color: Fern. HEX triplet: 5F, C6 and 6D. RGB value is (95,198,109). Sum of RGB (Red+Green+Blue) = 95+198+109=402 (53% of max value = 765). Red value is 95 (37.5% from 255 or 23.63% from 402); Green value is 198 (77.73% from 255 or 49.25% from 402); Blue value is 109 (42.97% from 255 or 27.11% from 402); Max value from RGB is 198 - color contains mainly: green. Hex color #5FC66D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5FC66D is #A03992. Grayscale: #9D9D9D. Windows color (decimal): -10500499 or 7194207. OLE color: 7194207.
HSL color Cylindrical-coordinate representation of color #5FC66D: hue angle of 128.16º degrees, saturation: 0.47, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5FC66D is Cyan = 0.52, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 95 | 198 | 109 | - |
| CMYK | 0.52 | 0 | 0.45 | 0.22 |
| HSL | 128.16º | 0.47% | 0.57% | - |
| HSV(B) | 128.16º | 0.52% | 0.78% | - |
| XYZ | 27.67 | 43.93 | 21.49 | - |
| YUV | 157.06 | 100.88 | 83.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 198 | 109 | 0.52 | 0 | 0.45 | 0.22 | 128.16 | 0.47 | 0.57 |
| Hex | 5F | C6 | 6D | 34 | 0 | 2D | 16 | 80 | 2F | 39 |
| Octal | 137 | 306 | 155 | 64 | 0 | 55 | 26 | 200 | 57 | 71 |
| Binary | 1011111 | 11000110 | 1101101 | 110100 | 0 | 101101 | 10110 | 10000000 | 101111 | 111001 |
Color Harmonies of #5FC66D
Complementary color
Monochromatic Colors of #5FC66D
Black with #5FC66D
Text Example
Text Example
White with #5FC66D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FC66D; }
p { color: rgb(95,198,109); }
H1.HeaderClassName
{
color: #5FC66D;
}
.AnyTagClassName
{
color: #5FC66D;
}
</style>
background-color css
<style>
a { background-color: #5FC66D; }
a { background-color: rgb(95,198,109); }
div.DivClassName
{
background-color: #5FC66D;
}
.BgClassName
{
background-color: #5FC66D;
}
</style>
border-color css
<style>
span { border-color: #5FC66D; }
span { border-color: rgb(95,198,109); }
td.TdClassName
{
border-color: #5FC66D;
}
.TagClassName
{
border-color: #5FC66D;
}
</style>