Shades of Fern #4BBA5F
Tints of Fern #4BBA5F
RGB
CMYK
RGB Variations
Color information
#4BBA5F (or 0x4BBA5F) is known color: Fern. HEX triplet: 4B, BA and 5F. RGB value is (75,186,95). Sum of RGB (Red+Green+Blue) = 75+186+95=356 (47% of max value = 765). Red value is 75 (29.69% from 255 or 21.07% from 356); Green value is 186 (73.05% from 255 or 52.25% from 356); Blue value is 95 (37.5% from 255 or 26.69% from 356); Max value from RGB is 186 - color contains mainly: green. Hex color #4BBA5F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4BBA5F is #B445A0. Grayscale: #8E8E8E. Windows color (decimal): -11814305 or 6273611. OLE color: 6273611.
HSL color Cylindrical-coordinate representation of color #4BBA5F: hue angle of 130.81º 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 #4BBA5F is Cyan = 0.60, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 75 | 186 | 95 | - |
| CMYK | 0.60 | 0 | 0.49 | 0.27 |
| HSL | 130.81º | 0.45% | 0.51% | - |
| HSV(B) | 130.81º | 0.6% | 0.73% | - |
| XYZ | 22.53 | 37.44 | 16.87 | - |
| YUV | 142.44 | 101.23 | 79.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 186 | 95 | 0.60 | 0 | 0.49 | 0.27 | 130.81 | 0.45 | 0.51 |
| Hex | 4B | BA | 5F | 3C | 0 | 31 | 1B | 83 | 2D | 33 |
| Octal | 113 | 272 | 137 | 74 | 0 | 61 | 33 | 203 | 55 | 63 |
| Binary | 1001011 | 10111010 | 1011111 | 111100 | 0 | 110001 | 11011 | 10000011 | 101101 | 110011 |
Color Harmonies of #4BBA5F
Complementary color
Monochromatic Colors of #4BBA5F
Black with #4BBA5F
Text Example
Text Example
White with #4BBA5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BBA5F; }
p { color: rgb(75,186,95); }
H1.HeaderClassName
{
color: #4BBA5F;
}
.AnyTagClassName
{
color: #4BBA5F;
}
</style>
background-color css
<style>
a { background-color: #4BBA5F; }
a { background-color: rgb(75,186,95); }
div.DivClassName
{
background-color: #4BBA5F;
}
.BgClassName
{
background-color: #4BBA5F;
}
</style>
border-color css
<style>
span { border-color: #4BBA5F; }
span { border-color: rgb(75,186,95); }
td.TdClassName
{
border-color: #4BBA5F;
}
.TagClassName
{
border-color: #4BBA5F;
}
</style>