Shades of Fern #5FC557
Tints of Fern #5FC557
RGB
CMYK
RGB Variations
Color information
#5FC557 (or 0x5FC557) is known color: Fern. HEX triplet: 5F, C5 and 57. RGB value is (95,197,87). Sum of RGB (Red+Green+Blue) = 95+197+87=379 (50% of max value = 765). Red value is 95 (37.5% from 255 or 25.07% from 379); Green value is 197 (77.34% from 255 or 51.98% from 379); Blue value is 87 (34.38% from 255 or 22.96% from 379); Max value from RGB is 197 - color contains mainly: green. Hex color #5FC557 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5FC557 is #A03AA8. Grayscale: #9A9A9A. Windows color (decimal): -10500777 or 5752159. OLE color: 5752159.
HSL color Cylindrical-coordinate representation of color #5FC557: hue angle of 115.64º degrees, saturation: 0.49, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5FC557 is Cyan = 0.52, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 95 | 197 | 87 | - |
| CMYK | 0.52 | 0 | 0.56 | 0.23 |
| HSL | 115.64º | 0.49% | 0.56% | - |
| HSV(B) | 115.64º | 0.56% | 0.77% | - |
| XYZ | 26.41 | 43.05 | 15.94 | - |
| YUV | 153.96 | 90.21 | 85.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 197 | 87 | 0.52 | 0 | 0.56 | 0.23 | 115.64 | 0.49 | 0.56 |
| Hex | 5F | C5 | 57 | 34 | 0 | 38 | 17 | 74 | 31 | 38 |
| Octal | 137 | 305 | 127 | 64 | 0 | 70 | 27 | 164 | 61 | 70 |
| Binary | 1011111 | 11000101 | 1010111 | 110100 | 0 | 111000 | 10111 | 1110100 | 110001 | 111000 |
Color Harmonies of #5FC557
Complementary color
Monochromatic Colors of #5FC557
Black with #5FC557
Text Example
Text Example
White with #5FC557
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FC557; }
p { color: rgb(95,197,87); }
H1.HeaderClassName
{
color: #5FC557;
}
.AnyTagClassName
{
color: #5FC557;
}
</style>
background-color css
<style>
a { background-color: #5FC557; }
a { background-color: rgb(95,197,87); }
div.DivClassName
{
background-color: #5FC557;
}
.BgClassName
{
background-color: #5FC557;
}
</style>
border-color css
<style>
span { border-color: #5FC557; }
span { border-color: rgb(95,197,87); }
td.TdClassName
{
border-color: #5FC557;
}
.TagClassName
{
border-color: #5FC557;
}
</style>