Shades of Fern #5FC173
Tints of Fern #5FC173
RGB
CMYK
RGB Variations
Color information
#5FC173 (or 0x5FC173) is known color: Fern. HEX triplet: 5F, C1 and 73. RGB value is (95,193,115). Sum of RGB (Red+Green+Blue) = 95+193+115=403 (53% of max value = 765). Red value is 95 (37.5% from 255 or 23.57% from 403); Green value is 193 (75.78% from 255 or 47.89% from 403); Blue value is 115 (45.31% from 255 or 28.54% from 403); Max value from RGB is 193 - color contains mainly: green. Hex color #5FC173 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5FC173 is #A03E8C. Grayscale: #9B9B9B. Windows color (decimal): -10501773 or 7586143. OLE color: 7586143.
HSL color Cylindrical-coordinate representation of color #5FC173: hue angle of 132.24º degrees, saturation: 0.44, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5FC173 is Cyan = 0.51, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 95 | 193 | 115 | - |
| CMYK | 0.51 | 0 | 0.40 | 0.24 |
| HSL | 132.24º | 0.44% | 0.56% | - |
| HSV(B) | 132.24º | 0.51% | 0.76% | - |
| XYZ | 26.88 | 41.81 | 22.87 | - |
| YUV | 154.81 | 105.53 | 85.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 193 | 115 | 0.51 | 0 | 0.40 | 0.24 | 132.24 | 0.44 | 0.56 |
| Hex | 5F | C1 | 73 | 33 | 0 | 28 | 18 | 84 | 2C | 38 |
| Octal | 137 | 301 | 163 | 63 | 0 | 50 | 30 | 204 | 54 | 70 |
| Binary | 1011111 | 11000001 | 1110011 | 110011 | 0 | 101000 | 11000 | 10000100 | 101100 | 111000 |
Color Harmonies of #5FC173
Complementary color
Monochromatic Colors of #5FC173
Black with #5FC173
Text Example
Text Example
White with #5FC173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FC173; }
p { color: rgb(95,193,115); }
H1.HeaderClassName
{
color: #5FC173;
}
.AnyTagClassName
{
color: #5FC173;
}
</style>
background-color css
<style>
a { background-color: #5FC173; }
a { background-color: rgb(95,193,115); }
div.DivClassName
{
background-color: #5FC173;
}
.BgClassName
{
background-color: #5FC173;
}
</style>
border-color css
<style>
span { border-color: #5FC173; }
span { border-color: rgb(95,193,115); }
td.TdClassName
{
border-color: #5FC173;
}
.TagClassName
{
border-color: #5FC173;
}
</style>