Shades of Fern #4CB860
Tints of Fern #4CB860
RGB
CMYK
RGB Variations
Color information
#4CB860 (or 0x4CB860) is known color: Fern. HEX triplet: 4C, B8 and 60. RGB value is (76,184,96). Sum of RGB (Red+Green+Blue) = 76+184+96=356 (47% of max value = 765). Red value is 76 (30.08% from 255 or 21.35% from 356); Green value is 184 (72.27% from 255 or 51.69% from 356); Blue value is 96 (37.89% from 255 or 26.97% from 356); Max value from RGB is 184 - color contains mainly: green. Hex color #4CB860 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4CB860 is #B3479F. Grayscale: #8D8D8D. Windows color (decimal): -11749280 or 6338636. OLE color: 6338636.
HSL color Cylindrical-coordinate representation of color #4CB860: hue angle of 131.11º degrees, saturation: 0.43, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4CB860 is Cyan = 0.59, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 76 | 184 | 96 | - |
| CMYK | 0.59 | 0 | 0.48 | 0.28 |
| HSL | 131.11º | 0.43% | 0.51% | - |
| HSV(B) | 131.11º | 0.59% | 0.72% | - |
| XYZ | 22.23 | 36.66 | 16.97 | - |
| YUV | 141.68 | 102.22 | 81.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 184 | 96 | 0.59 | 0 | 0.48 | 0.28 | 131.11 | 0.43 | 0.51 |
| Hex | 4C | B8 | 60 | 3B | 0 | 30 | 1C | 83 | 2B | 33 |
| Octal | 114 | 270 | 140 | 73 | 0 | 60 | 34 | 203 | 53 | 63 |
| Binary | 1001100 | 10111000 | 1100000 | 111011 | 0 | 110000 | 11100 | 10000011 | 101011 | 110011 |
Color Harmonies of #4CB860
Complementary color
Monochromatic Colors of #4CB860
Black with #4CB860
Text Example
Text Example
White with #4CB860
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CB860; }
p { color: rgb(76,184,96); }
H1.HeaderClassName
{
color: #4CB860;
}
.AnyTagClassName
{
color: #4CB860;
}
</style>
background-color css
<style>
a { background-color: #4CB860; }
a { background-color: rgb(76,184,96); }
div.DivClassName
{
background-color: #4CB860;
}
.BgClassName
{
background-color: #4CB860;
}
</style>
border-color css
<style>
span { border-color: #4CB860; }
span { border-color: rgb(76,184,96); }
td.TdClassName
{
border-color: #4CB860;
}
.TagClassName
{
border-color: #4CB860;
}
</style>