Shades of Fern #4DC060
Tints of Fern #4DC060
RGB
CMYK
RGB Variations
Color information
#4DC060 (or 0x4DC060) is known color: Fern. HEX triplet: 4D, C0 and 60. RGB value is (77,192,96). Sum of RGB (Red+Green+Blue) = 77+192+96=365 (48% of max value = 765). Red value is 77 (30.47% from 255 or 21.10% from 365); Green value is 192 (75.39% from 255 or 52.60% from 365); Blue value is 96 (37.89% from 255 or 26.30% from 365); Max value from RGB is 192 - color contains mainly: green. Hex color #4DC060 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4DC060 is #B23F9F. Grayscale: #929292. Windows color (decimal): -11681696 or 6340685. OLE color: 6340685.
HSL color Cylindrical-coordinate representation of color #4DC060: hue angle of 129.91º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4DC060 is Cyan = 0.60, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 77 | 192 | 96 | - |
| CMYK | 0.60 | 0 | 0.50 | 0.25 |
| HSL | 129.91º | 0.48% | 0.53% | - |
| HSV(B) | 129.91º | 0.6% | 0.75% | - |
| XYZ | 24.02 | 40.12 | 17.54 | - |
| YUV | 146.67 | 99.4 | 78.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 192 | 96 | 0.60 | 0 | 0.50 | 0.25 | 129.91 | 0.48 | 0.53 |
| Hex | 4D | C0 | 60 | 3C | 0 | 32 | 19 | 82 | 30 | 35 |
| Octal | 115 | 300 | 140 | 74 | 0 | 62 | 31 | 202 | 60 | 65 |
| Binary | 1001101 | 11000000 | 1100000 | 111100 | 0 | 110010 | 11001 | 10000010 | 110000 | 110101 |
Color Harmonies of #4DC060
Complementary color
Monochromatic Colors of #4DC060
Black with #4DC060
Text Example
Text Example
White with #4DC060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DC060; }
p { color: rgb(77,192,96); }
H1.HeaderClassName
{
color: #4DC060;
}
.AnyTagClassName
{
color: #4DC060;
}
</style>
background-color css
<style>
a { background-color: #4DC060; }
a { background-color: rgb(77,192,96); }
div.DivClassName
{
background-color: #4DC060;
}
.BgClassName
{
background-color: #4DC060;
}
</style>
border-color css
<style>
span { border-color: #4DC060; }
span { border-color: rgb(77,192,96); }
td.TdClassName
{
border-color: #4DC060;
}
.TagClassName
{
border-color: #4DC060;
}
</style>