Shades of Fern #5FC374
Tints of Fern #5FC374
RGB
CMYK
RGB Variations
Color information
#5FC374 (or 0x5FC374) is known color: Fern. HEX triplet: 5F, C3 and 74. RGB value is (95,195,116). Sum of RGB (Red+Green+Blue) = 95+195+116=406 (53% of max value = 765). Red value is 95 (37.5% from 255 or 23.40% from 406); Green value is 195 (76.56% from 255 or 48.03% from 406); Blue value is 116 (45.70% from 255 or 28.57% from 406); Max value from RGB is 195 - color contains mainly: green. Hex color #5FC374 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5FC374 is #A03C8B. Grayscale: #9C9C9C. Windows color (decimal): -10501260 or 7652191. OLE color: 7652191.
HSL color Cylindrical-coordinate representation of color #5FC374: hue angle of 132.6º 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 #5FC374 is Cyan = 0.51, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 95 | 195 | 116 | - |
| CMYK | 0.51 | 0 | 0.41 | 0.24 |
| HSL | 132.6º | 0.45% | 0.57% | - |
| HSV(B) | 132.6º | 0.51% | 0.76% | - |
| XYZ | 27.39 | 42.72 | 23.33 | - |
| YUV | 156.09 | 105.37 | 84.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 195 | 116 | 0.51 | 0 | 0.41 | 0.24 | 132.6 | 0.45 | 0.57 |
| Hex | 5F | C3 | 74 | 33 | 0 | 29 | 18 | 85 | 2D | 39 |
| Octal | 137 | 303 | 164 | 63 | 0 | 51 | 30 | 205 | 55 | 71 |
| Binary | 1011111 | 11000011 | 1110100 | 110011 | 0 | 101001 | 11000 | 10000101 | 101101 | 111001 |
Color Harmonies of #5FC374
Complementary color
Monochromatic Colors of #5FC374
Black with #5FC374
Text Example
Text Example
White with #5FC374
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FC374; }
p { color: rgb(95,195,116); }
H1.HeaderClassName
{
color: #5FC374;
}
.AnyTagClassName
{
color: #5FC374;
}
</style>
background-color css
<style>
a { background-color: #5FC374; }
a { background-color: rgb(95,195,116); }
div.DivClassName
{
background-color: #5FC374;
}
.BgClassName
{
background-color: #5FC374;
}
</style>
border-color css
<style>
span { border-color: #5FC374; }
span { border-color: rgb(95,195,116); }
td.TdClassName
{
border-color: #5FC374;
}
.TagClassName
{
border-color: #5FC374;
}
</style>