Shades of Fern #5FCA70
Tints of Fern #5FCA70
RGB
CMYK
RGB Variations
Color information
#5FCA70 (or 0x5FCA70) is known color: Fern. HEX triplet: 5F, CA and 70. RGB value is (95,202,112). Sum of RGB (Red+Green+Blue) = 95+202+112=409 (54% of max value = 765). Red value is 95 (37.5% from 255 or 23.23% from 409); Green value is 202 (79.30% from 255 or 49.39% from 409); Blue value is 112 (44.14% from 255 or 27.38% from 409); Max value from RGB is 202 - color contains mainly: green. Hex color #5FCA70 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5FCA70 is #A0358F. Grayscale: #A0A0A0. Windows color (decimal): -10499472 or 7391839. OLE color: 7391839.
HSL color Cylindrical-coordinate representation of color #5FCA70: hue angle of 129.53º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5FCA70 is Cyan = 0.53, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 95 | 202 | 112 | - |
| CMYK | 0.53 | 0 | 0.45 | 0.21 |
| HSL | 129.53º | 0.5% | 0.58% | - |
| HSV(B) | 129.53º | 0.53% | 0.79% | - |
| XYZ | 28.76 | 45.84 | 22.66 | - |
| YUV | 159.75 | 101.05 | 81.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 202 | 112 | 0.53 | 0 | 0.45 | 0.21 | 129.53 | 0.5 | 0.58 |
| Hex | 5F | CA | 70 | 35 | 0 | 2D | 15 | 82 | 32 | 3A |
| Octal | 137 | 312 | 160 | 65 | 0 | 55 | 25 | 202 | 62 | 72 |
| Binary | 1011111 | 11001010 | 1110000 | 110101 | 0 | 101101 | 10101 | 10000010 | 110010 | 111010 |
Color Harmonies of #5FCA70
Complementary color
Monochromatic Colors of #5FCA70
Black with #5FCA70
Text Example
Text Example
White with #5FCA70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FCA70; }
p { color: rgb(95,202,112); }
H1.HeaderClassName
{
color: #5FCA70;
}
.AnyTagClassName
{
color: #5FCA70;
}
</style>
background-color css
<style>
a { background-color: #5FCA70; }
a { background-color: rgb(95,202,112); }
div.DivClassName
{
background-color: #5FCA70;
}
.BgClassName
{
background-color: #5FCA70;
}
</style>
border-color css
<style>
span { border-color: #5FCA70; }
span { border-color: rgb(95,202,112); }
td.TdClassName
{
border-color: #5FCA70;
}
.TagClassName
{
border-color: #5FCA70;
}
</style>