Shades of Fern #4CBC60
Tints of Fern #4CBC60
RGB
CMYK
RGB Variations
Color information
#4CBC60 (or 0x4CBC60) is known color: Fern. HEX triplet: 4C, BC and 60. RGB value is (76,188,96). Sum of RGB (Red+Green+Blue) = 76+188+96=360 (47% of max value = 765). Red value is 76 (30.08% from 255 or 21.11% from 360); Green value is 188 (73.83% from 255 or 52.22% from 360); Blue value is 96 (37.89% from 255 or 26.67% from 360); Max value from RGB is 188 - color contains mainly: green. Hex color #4CBC60 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4CBC60 is #B3439F. Grayscale: #909090. Windows color (decimal): -11748256 or 6339660. OLE color: 6339660.
HSL color Cylindrical-coordinate representation of color #4CBC60: hue angle of 130.71º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4CBC60 is Cyan = 0.60, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 76 | 188 | 96 | - |
| CMYK | 0.60 | 0 | 0.49 | 0.26 |
| HSL | 130.71º | 0.46% | 0.52% | - |
| HSV(B) | 130.71º | 0.6% | 0.74% | - |
| XYZ | 23.08 | 38.35 | 17.25 | - |
| YUV | 144.02 | 100.89 | 79.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 188 | 96 | 0.60 | 0 | 0.49 | 0.26 | 130.71 | 0.46 | 0.52 |
| Hex | 4C | BC | 60 | 3C | 0 | 31 | 1A | 83 | 2E | 34 |
| Octal | 114 | 274 | 140 | 74 | 0 | 61 | 32 | 203 | 56 | 64 |
| Binary | 1001100 | 10111100 | 1100000 | 111100 | 0 | 110001 | 11010 | 10000011 | 101110 | 110100 |
Color Harmonies of #4CBC60
Complementary color
Monochromatic Colors of #4CBC60
Black with #4CBC60
Text Example
Text Example
White with #4CBC60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CBC60; }
p { color: rgb(76,188,96); }
H1.HeaderClassName
{
color: #4CBC60;
}
.AnyTagClassName
{
color: #4CBC60;
}
</style>
background-color css
<style>
a { background-color: #4CBC60; }
a { background-color: rgb(76,188,96); }
div.DivClassName
{
background-color: #4CBC60;
}
.BgClassName
{
background-color: #4CBC60;
}
</style>
border-color css
<style>
span { border-color: #4CBC60; }
span { border-color: rgb(76,188,96); }
td.TdClassName
{
border-color: #4CBC60;
}
.TagClassName
{
border-color: #4CBC60;
}
</style>