Shades of Fern #4BBD5D
Tints of Fern #4BBD5D
RGB
CMYK
RGB Variations
Color information
#4BBD5D (or 0x4BBD5D) is known color: Fern. HEX triplet: 4B, BD and 5D. RGB value is (75,189,93). Sum of RGB (Red+Green+Blue) = 75+189+93=357 (47% of max value = 765). Red value is 75 (29.69% from 255 or 21.01% from 357); Green value is 189 (74.22% from 255 or 52.94% from 357); Blue value is 93 (36.72% from 255 or 26.05% from 357); Max value from RGB is 189 - color contains mainly: green. Hex color #4BBD5D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4BBD5D is #B442A2. Grayscale: #909090. Windows color (decimal): -11813539 or 6143307. OLE color: 6143307.
HSL color Cylindrical-coordinate representation of color #4BBD5D: hue angle of 129.47º 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 #4BBD5D is Cyan = 0.60, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 75 | 189 | 93 | - |
| CMYK | 0.60 | 0 | 0.51 | 0.26 |
| HSL | 129.47º | 0.46% | 0.52% | - |
| HSV(B) | 129.47º | 0.6% | 0.74% | - |
| XYZ | 23.08 | 38.68 | 16.61 | - |
| YUV | 143.97 | 99.23 | 78.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 189 | 93 | 0.60 | 0 | 0.51 | 0.26 | 129.47 | 0.46 | 0.52 |
| Hex | 4B | BD | 5D | 3C | 0 | 33 | 1A | 81 | 2E | 34 |
| Octal | 113 | 275 | 135 | 74 | 0 | 63 | 32 | 201 | 56 | 64 |
| Binary | 1001011 | 10111101 | 1011101 | 111100 | 0 | 110011 | 11010 | 10000001 | 101110 | 110100 |
Color Harmonies of #4BBD5D
Complementary color
Monochromatic Colors of #4BBD5D
Black with #4BBD5D
Text Example
Text Example
White with #4BBD5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BBD5D; }
p { color: rgb(75,189,93); }
H1.HeaderClassName
{
color: #4BBD5D;
}
.AnyTagClassName
{
color: #4BBD5D;
}
</style>
background-color css
<style>
a { background-color: #4BBD5D; }
a { background-color: rgb(75,189,93); }
div.DivClassName
{
background-color: #4BBD5D;
}
.BgClassName
{
background-color: #4BBD5D;
}
</style>
border-color css
<style>
span { border-color: #4BBD5D; }
span { border-color: rgb(75,189,93); }
td.TdClassName
{
border-color: #4BBD5D;
}
.TagClassName
{
border-color: #4BBD5D;
}
</style>