Shades of Fern #5FC360
Tints of Fern #5FC360
RGB
CMYK
RGB Variations
Color information
#5FC360 (or 0x5FC360) is known color: Fern. HEX triplet: 5F, C3 and 60. RGB value is (95,195,96). Sum of RGB (Red+Green+Blue) = 95+195+96=386 (51% of max value = 765). Red value is 95 (37.5% from 255 or 24.61% from 386); Green value is 195 (76.56% from 255 or 50.52% from 386); Blue value is 96 (37.89% from 255 or 24.87% from 386); Max value from RGB is 195 - color contains mainly: green. Hex color #5FC360 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5FC360 is #A03C9F. Grayscale: #9A9A9A. Windows color (decimal): -10501280 or 6341471. OLE color: 6341471.
HSL color Cylindrical-coordinate representation of color #5FC360: hue angle of 120.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 #5FC360 is Cyan = 0.51, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 95 | 195 | 96 | - |
| CMYK | 0.51 | 0 | 0.51 | 0.24 |
| HSL | 120.6º | 0.45% | 0.57% | - |
| HSV(B) | 120.6º | 0.51% | 0.76% | - |
| XYZ | 26.35 | 42.31 | 17.84 | - |
| YUV | 153.81 | 95.37 | 86.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 195 | 96 | 0.51 | 0 | 0.51 | 0.24 | 120.6 | 0.45 | 0.57 |
| Hex | 5F | C3 | 60 | 33 | 0 | 33 | 18 | 79 | 2D | 39 |
| Octal | 137 | 303 | 140 | 63 | 0 | 63 | 30 | 171 | 55 | 71 |
| Binary | 1011111 | 11000011 | 1100000 | 110011 | 0 | 110011 | 11000 | 1111001 | 101101 | 111001 |
Color Harmonies of #5FC360
Complementary color
Monochromatic Colors of #5FC360
Black with #5FC360
Text Example
Text Example
White with #5FC360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FC360; }
p { color: rgb(95,195,96); }
H1.HeaderClassName
{
color: #5FC360;
}
.AnyTagClassName
{
color: #5FC360;
}
</style>
background-color css
<style>
a { background-color: #5FC360; }
a { background-color: rgb(95,195,96); }
div.DivClassName
{
background-color: #5FC360;
}
.BgClassName
{
background-color: #5FC360;
}
</style>
border-color css
<style>
span { border-color: #5FC360; }
span { border-color: rgb(95,195,96); }
td.TdClassName
{
border-color: #5FC360;
}
.TagClassName
{
border-color: #5FC360;
}
</style>