Shades of Fern #4BBA60
Tints of Fern #4BBA60
RGB
CMYK
RGB Variations
Color information
#4BBA60 (or 0x4BBA60) is known color: Fern. HEX triplet: 4B, BA and 60. RGB value is (75,186,96). Sum of RGB (Red+Green+Blue) = 75+186+96=357 (47% of max value = 765). Red value is 75 (29.69% from 255 or 21.01% from 357); Green value is 186 (73.05% from 255 or 52.10% from 357); Blue value is 96 (37.89% from 255 or 26.89% from 357); Max value from RGB is 186 - color contains mainly: green. Hex color #4BBA60 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4BBA60 is #B4459F. Grayscale: #8E8E8E. Windows color (decimal): -11814304 or 6339147. OLE color: 6339147.
HSL color Cylindrical-coordinate representation of color #4BBA60: hue angle of 131.35º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4BBA60 is Cyan = 0.60, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 75 | 186 | 96 | - |
| CMYK | 0.60 | 0 | 0.48 | 0.27 |
| HSL | 131.35º | 0.45% | 0.51% | - |
| HSV(B) | 131.35º | 0.6% | 0.73% | - |
| XYZ | 22.57 | 37.46 | 17.11 | - |
| YUV | 142.55 | 101.73 | 79.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 186 | 96 | 0.60 | 0 | 0.48 | 0.27 | 131.35 | 0.45 | 0.51 |
| Hex | 4B | BA | 60 | 3C | 0 | 30 | 1B | 83 | 2D | 33 |
| Octal | 113 | 272 | 140 | 74 | 0 | 60 | 33 | 203 | 55 | 63 |
| Binary | 1001011 | 10111010 | 1100000 | 111100 | 0 | 110000 | 11011 | 10000011 | 101101 | 110011 |
Color Harmonies of #4BBA60
Complementary color
Monochromatic Colors of #4BBA60
Black with #4BBA60
Text Example
Text Example
White with #4BBA60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BBA60; }
p { color: rgb(75,186,96); }
H1.HeaderClassName
{
color: #4BBA60;
}
.AnyTagClassName
{
color: #4BBA60;
}
</style>
background-color css
<style>
a { background-color: #4BBA60; }
a { background-color: rgb(75,186,96); }
div.DivClassName
{
background-color: #4BBA60;
}
.BgClassName
{
background-color: #4BBA60;
}
</style>
border-color css
<style>
span { border-color: #4BBA60; }
span { border-color: rgb(75,186,96); }
td.TdClassName
{
border-color: #4BBA60;
}
.TagClassName
{
border-color: #4BBA60;
}
</style>