Shades of Fern #49CD55
Tints of Fern #49CD55
RGB
CMYK
RGB Variations
Color information
#49CD55 (or 0x49CD55) is known color: Fern. HEX triplet: 49, CD and 55. RGB value is (73,205,85). Sum of RGB (Red+Green+Blue) = 73+205+85=363 (48% of max value = 765). Red value is 73 (28.91% from 255 or 20.11% from 363); Green value is 205 (80.47% from 255 or 56.47% from 363); Blue value is 85 (33.59% from 255 or 23.42% from 363); Max value from RGB is 205 - color contains mainly: green. Hex color #49CD55 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49CD55 is #B632AA. Grayscale: #989898. Windows color (decimal): -11940523 or 5623113. OLE color: 5623113.
HSL color Cylindrical-coordinate representation of color #49CD55: hue angle of 125.45º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #49CD55 is Cyan = 0.64, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 73 | 205 | 85 | - |
| CMYK | 0.64 | 0 | 0.59 | 0.20 |
| HSL | 125.45º | 0.57% | 0.55% | - |
| HSV(B) | 125.45º | 0.64% | 0.8% | - |
| XYZ | 26.22 | 45.73 | 16.04 | - |
| YUV | 151.85 | 90.27 | 71.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 205 | 85 | 0.64 | 0 | 0.59 | 0.20 | 125.45 | 0.57 | 0.55 |
| Hex | 49 | CD | 55 | 40 | 0 | 3B | 14 | 7D | 39 | 37 |
| Octal | 111 | 315 | 125 | 100 | 0 | 73 | 24 | 175 | 71 | 67 |
| Binary | 1001001 | 11001101 | 1010101 | 1000000 | 0 | 111011 | 10100 | 1111101 | 111001 | 110111 |
Color Harmonies of #49CD55
Complementary color
Monochromatic Colors of #49CD55
Black with #49CD55
Text Example
Text Example
White with #49CD55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49CD55; }
p { color: rgb(73,205,85); }
H1.HeaderClassName
{
color: #49CD55;
}
.AnyTagClassName
{
color: #49CD55;
}
</style>
background-color css
<style>
a { background-color: #49CD55; }
a { background-color: rgb(73,205,85); }
div.DivClassName
{
background-color: #49CD55;
}
.BgClassName
{
background-color: #49CD55;
}
</style>
border-color css
<style>
span { border-color: #49CD55; }
span { border-color: rgb(73,205,85); }
td.TdClassName
{
border-color: #49CD55;
}
.TagClassName
{
border-color: #49CD55;
}
</style>