Shades of Fern #49BD5F
Tints of Fern #49BD5F
RGB
CMYK
RGB Variations
Color information
#49BD5F (or 0x49BD5F) is known color: Fern. HEX triplet: 49, BD and 5F. RGB value is (73,189,95). Sum of RGB (Red+Green+Blue) = 73+189+95=357 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.45% from 357); Green value is 189 (74.22% from 255 or 52.94% from 357); Blue value is 95 (37.5% from 255 or 26.61% from 357); Max value from RGB is 189 - color contains mainly: green. Hex color #49BD5F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49BD5F is #B642A0. Grayscale: #8F8F8F. Windows color (decimal): -11944609 or 6274377. OLE color: 6274377.
HSL color Cylindrical-coordinate representation of color #49BD5F: hue angle of 131.38º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #49BD5F is Cyan = 0.61, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 73 | 189 | 95 | - |
| CMYK | 0.61 | 0 | 0.50 | 0.26 |
| HSL | 131.38º | 0.47% | 0.51% | - |
| HSV(B) | 131.38º | 0.61% | 0.74% | - |
| XYZ | 23.01 | 38.64 | 17.07 | - |
| YUV | 143.6 | 100.57 | 77.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 189 | 95 | 0.61 | 0 | 0.50 | 0.26 | 131.38 | 0.47 | 0.51 |
| Hex | 49 | BD | 5F | 3D | 0 | 32 | 1A | 83 | 2F | 33 |
| Octal | 111 | 275 | 137 | 75 | 0 | 62 | 32 | 203 | 57 | 63 |
| Binary | 1001001 | 10111101 | 1011111 | 111101 | 0 | 110010 | 11010 | 10000011 | 101111 | 110011 |
Color Harmonies of #49BD5F
Complementary color
Monochromatic Colors of #49BD5F
Black with #49BD5F
Text Example
Text Example
White with #49BD5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49BD5F; }
p { color: rgb(73,189,95); }
H1.HeaderClassName
{
color: #49BD5F;
}
.AnyTagClassName
{
color: #49BD5F;
}
</style>
background-color css
<style>
a { background-color: #49BD5F; }
a { background-color: rgb(73,189,95); }
div.DivClassName
{
background-color: #49BD5F;
}
.BgClassName
{
background-color: #49BD5F;
}
</style>
border-color css
<style>
span { border-color: #49BD5F; }
span { border-color: rgb(73,189,95); }
td.TdClassName
{
border-color: #49BD5F;
}
.TagClassName
{
border-color: #49BD5F;
}
</style>