Shades of Fern #4BBB5E
Tints of Fern #4BBB5E
RGB
CMYK
RGB Variations
Color information
#4BBB5E (or 0x4BBB5E) is known color: Fern. HEX triplet: 4B, BB and 5E. RGB value is (75,187,94). Sum of RGB (Red+Green+Blue) = 75+187+94=356 (47% of max value = 765). Red value is 75 (29.69% from 255 or 21.07% from 356); Green value is 187 (73.44% from 255 or 52.53% from 356); Blue value is 94 (37.11% from 255 or 26.40% from 356); Max value from RGB is 187 - color contains mainly: green. Hex color #4BBB5E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4BBB5E is #B444A1. Grayscale: #8F8F8F. Windows color (decimal): -11814050 or 6208331. OLE color: 6208331.
HSL color Cylindrical-coordinate representation of color #4BBB5E: hue angle of 130.18º 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 #4BBB5E is Cyan = 0.60, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 75 | 187 | 94 | - |
| CMYK | 0.60 | 0 | 0.50 | 0.27 |
| HSL | 130.18º | 0.45% | 0.51% | - |
| HSV(B) | 130.18º | 0.6% | 0.73% | - |
| XYZ | 22.69 | 37.84 | 16.7 | - |
| YUV | 142.91 | 100.39 | 79.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 187 | 94 | 0.60 | 0 | 0.50 | 0.27 | 130.18 | 0.45 | 0.51 |
| Hex | 4B | BB | 5E | 3C | 0 | 32 | 1B | 82 | 2D | 33 |
| Octal | 113 | 273 | 136 | 74 | 0 | 62 | 33 | 202 | 55 | 63 |
| Binary | 1001011 | 10111011 | 1011110 | 111100 | 0 | 110010 | 11011 | 10000010 | 101101 | 110011 |
Color Harmonies of #4BBB5E
Complementary color
Monochromatic Colors of #4BBB5E
Black with #4BBB5E
Text Example
Text Example
White with #4BBB5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BBB5E; }
p { color: rgb(75,187,94); }
H1.HeaderClassName
{
color: #4BBB5E;
}
.AnyTagClassName
{
color: #4BBB5E;
}
</style>
background-color css
<style>
a { background-color: #4BBB5E; }
a { background-color: rgb(75,187,94); }
div.DivClassName
{
background-color: #4BBB5E;
}
.BgClassName
{
background-color: #4BBB5E;
}
</style>
border-color css
<style>
span { border-color: #4BBB5E; }
span { border-color: rgb(75,187,94); }
td.TdClassName
{
border-color: #4BBB5E;
}
.TagClassName
{
border-color: #4BBB5E;
}
</style>