Shades of Fern #5FC66C
Tints of Fern #5FC66C
RGB
CMYK
RGB Variations
Color information
#5FC66C (or 0x5FC66C) is known color: Fern. HEX triplet: 5F, C6 and 6C. RGB value is (95,198,108). Sum of RGB (Red+Green+Blue) = 95+198+108=401 (53% of max value = 765). Red value is 95 (37.5% from 255 or 23.69% from 401); Green value is 198 (77.73% from 255 or 49.38% from 401); Blue value is 108 (42.58% from 255 or 26.93% from 401); Max value from RGB is 198 - color contains mainly: green. Hex color #5FC66C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5FC66C is #A03993. Grayscale: #9D9D9D. Windows color (decimal): -10500500 or 7128671. OLE color: 7128671.
HSL color Cylindrical-coordinate representation of color #5FC66C: hue angle of 127.57º 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 #5FC66C is Cyan = 0.52, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 95 | 198 | 108 | - |
| CMYK | 0.52 | 0 | 0.45 | 0.22 |
| HSL | 127.57º | 0.47% | 0.57% | - |
| HSV(B) | 127.57º | 0.52% | 0.78% | - |
| XYZ | 27.62 | 43.9 | 21.21 | - |
| YUV | 156.94 | 100.38 | 83.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 198 | 108 | 0.52 | 0 | 0.45 | 0.22 | 127.57 | 0.47 | 0.57 |
| Hex | 5F | C6 | 6C | 34 | 0 | 2D | 16 | 80 | 2F | 39 |
| Octal | 137 | 306 | 154 | 64 | 0 | 55 | 26 | 200 | 57 | 71 |
| Binary | 1011111 | 11000110 | 1101100 | 110100 | 0 | 101101 | 10110 | 10000000 | 101111 | 111001 |
Color Harmonies of #5FC66C
Complementary color
Monochromatic Colors of #5FC66C
Black with #5FC66C
Text Example
Text Example
White with #5FC66C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FC66C; }
p { color: rgb(95,198,108); }
H1.HeaderClassName
{
color: #5FC66C;
}
.AnyTagClassName
{
color: #5FC66C;
}
</style>
background-color css
<style>
a { background-color: #5FC66C; }
a { background-color: rgb(95,198,108); }
div.DivClassName
{
background-color: #5FC66C;
}
.BgClassName
{
background-color: #5FC66C;
}
</style>
border-color css
<style>
span { border-color: #5FC66C; }
span { border-color: rgb(95,198,108); }
td.TdClassName
{
border-color: #5FC66C;
}
.TagClassName
{
border-color: #5FC66C;
}
</style>