Shades of Fern #4DC160
Tints of Fern #4DC160
RGB
CMYK
RGB Variations
Color information
#4DC160 (or 0x4DC160) is known color: Fern. HEX triplet: 4D, C1 and 60. RGB value is (77,193,96). Sum of RGB (Red+Green+Blue) = 77+193+96=366 (48% of max value = 765). Red value is 77 (30.47% from 255 or 21.04% from 366); Green value is 193 (75.78% from 255 or 52.73% from 366); Blue value is 96 (37.89% from 255 or 26.23% from 366); Max value from RGB is 193 - color contains mainly: green. Hex color #4DC160 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4DC160 is #B23E9F. Grayscale: #939393. Windows color (decimal): -11681440 or 6340941. OLE color: 6340941.
HSL color Cylindrical-coordinate representation of color #4DC160: hue angle of 129.83º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4DC160 is Cyan = 0.60, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 77 | 193 | 96 | - |
| CMYK | 0.60 | 0 | 0.50 | 0.24 |
| HSL | 129.83º | 0.48% | 0.53% | - |
| HSV(B) | 129.83º | 0.6% | 0.76% | - |
| XYZ | 24.24 | 40.56 | 17.62 | - |
| YUV | 147.26 | 99.07 | 77.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 193 | 96 | 0.60 | 0 | 0.50 | 0.24 | 129.83 | 0.48 | 0.53 |
| Hex | 4D | C1 | 60 | 3C | 0 | 32 | 18 | 82 | 30 | 35 |
| Octal | 115 | 301 | 140 | 74 | 0 | 62 | 30 | 202 | 60 | 65 |
| Binary | 1001101 | 11000001 | 1100000 | 111100 | 0 | 110010 | 11000 | 10000010 | 110000 | 110101 |
Color Harmonies of #4DC160
Complementary color
Monochromatic Colors of #4DC160
Black with #4DC160
Text Example
Text Example
White with #4DC160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DC160; }
p { color: rgb(77,193,96); }
H1.HeaderClassName
{
color: #4DC160;
}
.AnyTagClassName
{
color: #4DC160;
}
</style>
background-color css
<style>
a { background-color: #4DC160; }
a { background-color: rgb(77,193,96); }
div.DivClassName
{
background-color: #4DC160;
}
.BgClassName
{
background-color: #4DC160;
}
</style>
border-color css
<style>
span { border-color: #4DC160; }
span { border-color: rgb(77,193,96); }
td.TdClassName
{
border-color: #4DC160;
}
.TagClassName
{
border-color: #4DC160;
}
</style>