Shades of Fern #5FCD70
Tints of Fern #5FCD70
RGB
CMYK
RGB Variations
Color information
#5FCD70 (or 0x5FCD70) is known color: Fern. HEX triplet: 5F, CD and 70. RGB value is (95,205,112). Sum of RGB (Red+Green+Blue) = 95+205+112=412 (54% of max value = 765). Red value is 95 (37.5% from 255 or 23.06% from 412); Green value is 205 (80.47% from 255 or 49.76% from 412); Blue value is 112 (44.14% from 255 or 27.18% from 412); Max value from RGB is 205 - color contains mainly: green. Hex color #5FCD70 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5FCD70 is #A0328F. Grayscale: #A1A1A1. Windows color (decimal): -10498704 or 7392607. OLE color: 7392607.
HSL color Cylindrical-coordinate representation of color #5FCD70: hue angle of 129.27º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5FCD70 is Cyan = 0.54, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 95 | 205 | 112 | - |
| CMYK | 0.54 | 0 | 0.45 | 0.20 |
| HSL | 129.27º | 0.52% | 0.59% | - |
| HSV(B) | 129.27º | 0.54% | 0.8% | - |
| XYZ | 29.48 | 47.27 | 22.9 | - |
| YUV | 161.51 | 100.06 | 80.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 205 | 112 | 0.54 | 0 | 0.45 | 0.20 | 129.27 | 0.52 | 0.59 |
| Hex | 5F | CD | 70 | 36 | 0 | 2D | 14 | 81 | 34 | 3B |
| Octal | 137 | 315 | 160 | 66 | 0 | 55 | 24 | 201 | 64 | 73 |
| Binary | 1011111 | 11001101 | 1110000 | 110110 | 0 | 101101 | 10100 | 10000001 | 110100 | 111011 |
Color Harmonies of #5FCD70
Complementary color
Monochromatic Colors of #5FCD70
Black with #5FCD70
Text Example
Text Example
White with #5FCD70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FCD70; }
p { color: rgb(95,205,112); }
H1.HeaderClassName
{
color: #5FCD70;
}
.AnyTagClassName
{
color: #5FCD70;
}
</style>
background-color css
<style>
a { background-color: #5FCD70; }
a { background-color: rgb(95,205,112); }
div.DivClassName
{
background-color: #5FCD70;
}
.BgClassName
{
background-color: #5FCD70;
}
</style>
border-color css
<style>
span { border-color: #5FCD70; }
span { border-color: rgb(95,205,112); }
td.TdClassName
{
border-color: #5FCD70;
}
.TagClassName
{
border-color: #5FCD70;
}
</style>