Shades of Fern #5FC96C
Tints of Fern #5FC96C
RGB
CMYK
RGB Variations
Color information
#5FC96C (or 0x5FC96C) is known color: Fern. HEX triplet: 5F, C9 and 6C. RGB value is (95,201,108). Sum of RGB (Red+Green+Blue) = 95+201+108=404 (53% of max value = 765). Red value is 95 (37.5% from 255 or 23.51% from 404); Green value is 201 (78.91% from 255 or 49.75% from 404); Blue value is 108 (42.58% from 255 or 26.73% from 404); Max value from RGB is 201 - color contains mainly: green. Hex color #5FC96C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5FC96C is #A03693. Grayscale: #9E9E9E. Windows color (decimal): -10499732 or 7129439. OLE color: 7129439.
HSL color Cylindrical-coordinate representation of color #5FC96C: hue angle of 127.36º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5FC96C is Cyan = 0.53, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 95 | 201 | 108 | - |
| CMYK | 0.53 | 0 | 0.46 | 0.21 |
| HSL | 127.36º | 0.5% | 0.58% | - |
| HSV(B) | 127.36º | 0.53% | 0.79% | - |
| XYZ | 28.31 | 45.29 | 21.44 | - |
| YUV | 158.7 | 99.38 | 82.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 201 | 108 | 0.53 | 0 | 0.46 | 0.21 | 127.36 | 0.5 | 0.58 |
| Hex | 5F | C9 | 6C | 35 | 0 | 2E | 15 | 7F | 32 | 3A |
| Octal | 137 | 311 | 154 | 65 | 0 | 56 | 25 | 177 | 62 | 72 |
| Binary | 1011111 | 11001001 | 1101100 | 110101 | 0 | 101110 | 10101 | 1111111 | 110010 | 111010 |
Color Harmonies of #5FC96C
Complementary color
Monochromatic Colors of #5FC96C
Black with #5FC96C
Text Example
Text Example
White with #5FC96C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FC96C; }
p { color: rgb(95,201,108); }
H1.HeaderClassName
{
color: #5FC96C;
}
.AnyTagClassName
{
color: #5FC96C;
}
</style>
background-color css
<style>
a { background-color: #5FC96C; }
a { background-color: rgb(95,201,108); }
div.DivClassName
{
background-color: #5FC96C;
}
.BgClassName
{
background-color: #5FC96C;
}
</style>
border-color css
<style>
span { border-color: #5FC96C; }
span { border-color: rgb(95,201,108); }
td.TdClassName
{
border-color: #5FC96C;
}
.TagClassName
{
border-color: #5FC96C;
}
</style>