Shades of Fern #5FC370
Tints of Fern #5FC370
RGB
CMYK
RGB Variations
Color information
#5FC370 (or 0x5FC370) is known color: Fern. HEX triplet: 5F, C3 and 70. RGB value is (95,195,112). Sum of RGB (Red+Green+Blue) = 95+195+112=402 (53% of max value = 765). Red value is 95 (37.5% from 255 or 23.63% from 402); Green value is 195 (76.56% from 255 or 48.51% from 402); Blue value is 112 (44.14% from 255 or 27.86% from 402); Max value from RGB is 195 - color contains mainly: green. Hex color #5FC370 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5FC370 is #A03C8F. Grayscale: #9B9B9B. Windows color (decimal): -10501264 or 7390047. OLE color: 7390047.
HSL color Cylindrical-coordinate representation of color #5FC370: hue angle of 130.2º 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 #5FC370 is Cyan = 0.51, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 95 | 195 | 112 | - |
| CMYK | 0.51 | 0 | 0.43 | 0.24 |
| HSL | 130.2º | 0.45% | 0.57% | - |
| HSV(B) | 130.2º | 0.51% | 0.76% | - |
| XYZ | 27.16 | 42.63 | 22.13 | - |
| YUV | 155.64 | 103.37 | 84.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 195 | 112 | 0.51 | 0 | 0.43 | 0.24 | 130.2 | 0.45 | 0.57 |
| Hex | 5F | C3 | 70 | 33 | 0 | 2B | 18 | 82 | 2D | 39 |
| Octal | 137 | 303 | 160 | 63 | 0 | 53 | 30 | 202 | 55 | 71 |
| Binary | 1011111 | 11000011 | 1110000 | 110011 | 0 | 101011 | 11000 | 10000010 | 101101 | 111001 |
Color Harmonies of #5FC370
Complementary color
Monochromatic Colors of #5FC370
Black with #5FC370
Text Example
Text Example
White with #5FC370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FC370; }
p { color: rgb(95,195,112); }
H1.HeaderClassName
{
color: #5FC370;
}
.AnyTagClassName
{
color: #5FC370;
}
</style>
background-color css
<style>
a { background-color: #5FC370; }
a { background-color: rgb(95,195,112); }
div.DivClassName
{
background-color: #5FC370;
}
.BgClassName
{
background-color: #5FC370;
}
</style>
border-color css
<style>
span { border-color: #5FC370; }
span { border-color: rgb(95,195,112); }
td.TdClassName
{
border-color: #5FC370;
}
.TagClassName
{
border-color: #5FC370;
}
</style>