Shades of Fern #49BE5E
Tints of Fern #49BE5E
RGB
CMYK
RGB Variations
Color information
#49BE5E (or 0x49BE5E) is known color: Fern. HEX triplet: 49, BE and 5E. RGB value is (73,190,94). Sum of RGB (Red+Green+Blue) = 73+190+94=357 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.45% from 357); Green value is 190 (74.61% from 255 or 53.22% from 357); Blue value is 94 (37.11% from 255 or 26.33% from 357); Max value from RGB is 190 - color contains mainly: green. Hex color #49BE5E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49BE5E is #B641A1. Grayscale: #909090. Windows color (decimal): -11944354 or 6209097. OLE color: 6209097.
HSL color Cylindrical-coordinate representation of color #49BE5E: hue angle of 130.77º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #49BE5E is Cyan = 0.62, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 73 | 190 | 94 | - |
| CMYK | 0.62 | 0 | 0.51 | 0.25 |
| HSL | 130.77º | 0.47% | 0.52% | - |
| HSV(B) | 130.77º | 0.62% | 0.75% | - |
| XYZ | 23.18 | 39.05 | 16.91 | - |
| YUV | 144.07 | 99.74 | 77.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 190 | 94 | 0.62 | 0 | 0.51 | 0.25 | 130.77 | 0.47 | 0.52 |
| Hex | 49 | BE | 5E | 3E | 0 | 33 | 19 | 83 | 2F | 34 |
| Octal | 111 | 276 | 136 | 76 | 0 | 63 | 31 | 203 | 57 | 64 |
| Binary | 1001001 | 10111110 | 1011110 | 111110 | 0 | 110011 | 11001 | 10000011 | 101111 | 110100 |
Color Harmonies of #49BE5E
Complementary color
Monochromatic Colors of #49BE5E
Black with #49BE5E
Text Example
Text Example
White with #49BE5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49BE5E; }
p { color: rgb(73,190,94); }
H1.HeaderClassName
{
color: #49BE5E;
}
.AnyTagClassName
{
color: #49BE5E;
}
</style>
background-color css
<style>
a { background-color: #49BE5E; }
a { background-color: rgb(73,190,94); }
div.DivClassName
{
background-color: #49BE5E;
}
.BgClassName
{
background-color: #49BE5E;
}
</style>
border-color css
<style>
span { border-color: #49BE5E; }
span { border-color: rgb(73,190,94); }
td.TdClassName
{
border-color: #49BE5E;
}
.TagClassName
{
border-color: #49BE5E;
}
</style>