Shades of Fern #4CC060
Tints of Fern #4CC060
RGB
CMYK
RGB Variations
Color information
#4CC060 (or 0x4CC060) is known color: Fern. HEX triplet: 4C, C0 and 60. RGB value is (76,192,96). Sum of RGB (Red+Green+Blue) = 76+192+96=364 (48% of max value = 765). Red value is 76 (30.08% from 255 or 20.88% from 364); Green value is 192 (75.39% from 255 or 52.75% from 364); Blue value is 96 (37.89% from 255 or 26.37% from 364); Max value from RGB is 192 - color contains mainly: green. Hex color #4CC060 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4CC060 is #B33F9F. Grayscale: #929292. Windows color (decimal): -11747232 or 6340684. OLE color: 6340684.
HSL color Cylindrical-coordinate representation of color #4CC060: hue angle of 130.34º 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 #4CC060 is Cyan = 0.60, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 76 | 192 | 96 | - |
| CMYK | 0.60 | 0 | 0.50 | 0.25 |
| HSL | 130.34º | 0.48% | 0.53% | - |
| HSV(B) | 130.34º | 0.6% | 0.75% | - |
| XYZ | 23.94 | 40.08 | 17.54 | - |
| YUV | 146.37 | 99.57 | 77.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 192 | 96 | 0.60 | 0 | 0.50 | 0.25 | 130.34 | 0.48 | 0.53 |
| Hex | 4C | C0 | 60 | 3C | 0 | 32 | 19 | 82 | 30 | 35 |
| Octal | 114 | 300 | 140 | 74 | 0 | 62 | 31 | 202 | 60 | 65 |
| Binary | 1001100 | 11000000 | 1100000 | 111100 | 0 | 110010 | 11001 | 10000010 | 110000 | 110101 |
Color Harmonies of #4CC060
Complementary color
Monochromatic Colors of #4CC060
Black with #4CC060
Text Example
Text Example
White with #4CC060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CC060; }
p { color: rgb(76,192,96); }
H1.HeaderClassName
{
color: #4CC060;
}
.AnyTagClassName
{
color: #4CC060;
}
</style>
background-color css
<style>
a { background-color: #4CC060; }
a { background-color: rgb(76,192,96); }
div.DivClassName
{
background-color: #4CC060;
}
.BgClassName
{
background-color: #4CC060;
}
</style>
border-color css
<style>
span { border-color: #4CC060; }
span { border-color: rgb(76,192,96); }
td.TdClassName
{
border-color: #4CC060;
}
.TagClassName
{
border-color: #4CC060;
}
</style>