Shades of Fern #5FCB71
Tints of Fern #5FCB71
RGB
CMYK
RGB Variations
Color information
#5FCB71 (or 0x5FCB71) is known color: Fern. HEX triplet: 5F, CB and 71. RGB value is (95,203,113). Sum of RGB (Red+Green+Blue) = 95+203+113=411 (54% of max value = 765). Red value is 95 (37.5% from 255 or 23.11% from 411); Green value is 203 (79.69% from 255 or 49.39% from 411); Blue value is 113 (44.53% from 255 or 27.49% from 411); Max value from RGB is 203 - color contains mainly: green. Hex color #5FCB71 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5FCB71 is #A0348E. Grayscale: #A0A0A0. Windows color (decimal): -10499215 or 7457631. OLE color: 7457631.
HSL color Cylindrical-coordinate representation of color #5FCB71: hue angle of 130º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5FCB71 is Cyan = 0.53, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 95 | 203 | 113 | - |
| CMYK | 0.53 | 0 | 0.44 | 0.20 |
| HSL | 130º | 0.51% | 0.58% | - |
| HSV(B) | 130º | 0.53% | 0.8% | - |
| XYZ | 29.06 | 46.34 | 23.04 | - |
| YUV | 160.45 | 101.22 | 81.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 203 | 113 | 0.53 | 0 | 0.44 | 0.20 | 130 | 0.51 | 0.58 |
| Hex | 5F | CB | 71 | 35 | 0 | 2C | 14 | 82 | 33 | 3A |
| Octal | 137 | 313 | 161 | 65 | 0 | 54 | 24 | 202 | 63 | 72 |
| Binary | 1011111 | 11001011 | 1110001 | 110101 | 0 | 101100 | 10100 | 10000010 | 110011 | 111010 |
Color Harmonies of #5FCB71
Complementary color
Monochromatic Colors of #5FCB71
Black with #5FCB71
Text Example
Text Example
White with #5FCB71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FCB71; }
p { color: rgb(95,203,113); }
H1.HeaderClassName
{
color: #5FCB71;
}
.AnyTagClassName
{
color: #5FCB71;
}
</style>
background-color css
<style>
a { background-color: #5FCB71; }
a { background-color: rgb(95,203,113); }
div.DivClassName
{
background-color: #5FCB71;
}
.BgClassName
{
background-color: #5FCB71;
}
</style>
border-color css
<style>
span { border-color: #5FCB71; }
span { border-color: rgb(95,203,113); }
td.TdClassName
{
border-color: #5FCB71;
}
.TagClassName
{
border-color: #5FCB71;
}
</style>