Shades of Fern #4BBD5F
Tints of Fern #4BBD5F
RGB
CMYK
RGB Variations
Color information
#4BBD5F (or 0x4BBD5F) is known color: Fern. HEX triplet: 4B, BD and 5F. RGB value is (75,189,95). Sum of RGB (Red+Green+Blue) = 75+189+95=359 (47% of max value = 765). Red value is 75 (29.69% from 255 or 20.89% from 359); Green value is 189 (74.22% from 255 or 52.65% from 359); Blue value is 95 (37.5% from 255 or 26.46% from 359); Max value from RGB is 189 - color contains mainly: green. Hex color #4BBD5F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4BBD5F is #B442A0. Grayscale: #909090. Windows color (decimal): -11813537 or 6274379. OLE color: 6274379.
HSL color Cylindrical-coordinate representation of color #4BBD5F: hue angle of 130.53º 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 #4BBD5F is Cyan = 0.60, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 75 | 189 | 95 | - |
| CMYK | 0.60 | 0 | 0.50 | 0.26 |
| HSL | 130.53º | 0.46% | 0.52% | - |
| HSV(B) | 130.53º | 0.6% | 0.74% | - |
| XYZ | 23.16 | 38.72 | 17.08 | - |
| YUV | 144.2 | 100.23 | 78.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 189 | 95 | 0.60 | 0 | 0.50 | 0.26 | 130.53 | 0.46 | 0.52 |
| Hex | 4B | BD | 5F | 3C | 0 | 32 | 1A | 83 | 2E | 34 |
| Octal | 113 | 275 | 137 | 74 | 0 | 62 | 32 | 203 | 56 | 64 |
| Binary | 1001011 | 10111101 | 1011111 | 111100 | 0 | 110010 | 11010 | 10000011 | 101110 | 110100 |
Color Harmonies of #4BBD5F
Complementary color
Monochromatic Colors of #4BBD5F
Black with #4BBD5F
Text Example
Text Example
White with #4BBD5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BBD5F; }
p { color: rgb(75,189,95); }
H1.HeaderClassName
{
color: #4BBD5F;
}
.AnyTagClassName
{
color: #4BBD5F;
}
</style>
background-color css
<style>
a { background-color: #4BBD5F; }
a { background-color: rgb(75,189,95); }
div.DivClassName
{
background-color: #4BBD5F;
}
.BgClassName
{
background-color: #4BBD5F;
}
</style>
border-color css
<style>
span { border-color: #4BBD5F; }
span { border-color: rgb(75,189,95); }
td.TdClassName
{
border-color: #4BBD5F;
}
.TagClassName
{
border-color: #4BBD5F;
}
</style>