Shades of Fern #5FC373
Tints of Fern #5FC373
RGB
CMYK
RGB Variations
Color information
#5FC373 (or 0x5FC373) is known color: Fern. HEX triplet: 5F, C3 and 73. RGB value is (95,195,115). Sum of RGB (Red+Green+Blue) = 95+195+115=405 (53% of max value = 765). Red value is 95 (37.5% from 255 or 23.46% from 405); Green value is 195 (76.56% from 255 or 48.15% from 405); Blue value is 115 (45.31% from 255 or 28.40% from 405); Max value from RGB is 195 - color contains mainly: green. Hex color #5FC373 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5FC373 is #A03C8C. Grayscale: #9C9C9C. Windows color (decimal): -10501261 or 7586655. OLE color: 7586655.
HSL color Cylindrical-coordinate representation of color #5FC373: hue angle of 132º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5FC373 is Cyan = 0.51, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 95 | 195 | 115 | - |
| CMYK | 0.51 | 0 | 0.41 | 0.24 |
| HSL | 132º | 0.45% | 0.57% | - |
| HSV(B) | 132º | 0.51% | 0.76% | - |
| XYZ | 27.33 | 42.7 | 23.02 | - |
| YUV | 155.98 | 104.87 | 84.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 195 | 115 | 0.51 | 0 | 0.41 | 0.24 | 132 | 0.45 | 0.57 |
| Hex | 5F | C3 | 73 | 33 | 0 | 29 | 18 | 84 | 2D | 39 |
| Octal | 137 | 303 | 163 | 63 | 0 | 51 | 30 | 204 | 55 | 71 |
| Binary | 1011111 | 11000011 | 1110011 | 110011 | 0 | 101001 | 11000 | 10000100 | 101101 | 111001 |
Color Harmonies of #5FC373
Complementary color
Monochromatic Colors of #5FC373
Black with #5FC373
Text Example
Text Example
White with #5FC373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FC373; }
p { color: rgb(95,195,115); }
H1.HeaderClassName
{
color: #5FC373;
}
.AnyTagClassName
{
color: #5FC373;
}
</style>
background-color css
<style>
a { background-color: #5FC373; }
a { background-color: rgb(95,195,115); }
div.DivClassName
{
background-color: #5FC373;
}
.BgClassName
{
background-color: #5FC373;
}
</style>
border-color css
<style>
span { border-color: #5FC373; }
span { border-color: rgb(95,195,115); }
td.TdClassName
{
border-color: #5FC373;
}
.TagClassName
{
border-color: #5FC373;
}
</style>