Shades of Emerald #49E461
Tints of Emerald #49E461
RGB
CMYK
RGB Variations
Color information
#49E461 (or 0x49E461) is known color: Emerald. HEX triplet: 49, E4 and 61. RGB value is (73,228,97). Sum of RGB (Red+Green+Blue) = 73+228+97=398 (52% of max value = 765). Red value is 73 (28.91% from 255 or 18.34% from 398); Green value is 228 (89.45% from 255 or 57.29% from 398); Blue value is 97 (38.28% from 255 or 24.37% from 398); Max value from RGB is 228 - color contains mainly: green. Hex color #49E461 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49E461 is #B61B9E. Grayscale: #A7A7A7. Windows color (decimal): -11934623 or 6415433. OLE color: 6415433.
HSL color Cylindrical-coordinate representation of color #49E461: hue angle of 129.29º degrees, saturation: 0.74, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #49E461 is Cyan = 0.68, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 73 | 228 | 97 | - |
| CMYK | 0.68 | 0 | 0.57 | 0.11 |
| HSL | 129.29º | 0.74% | 0.59% | - |
| HSV(B) | 129.29º | 0.68% | 0.89% | - |
| XYZ | 32.65 | 57.77 | 20.74 | - |
| YUV | 166.72 | 88.65 | 61.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 228 | 97 | 0.68 | 0 | 0.57 | 0.11 | 129.29 | 0.74 | 0.59 |
| Hex | 49 | E4 | 61 | 44 | 0 | 39 | B | 81 | 4A | 3B |
| Octal | 111 | 344 | 141 | 104 | 0 | 71 | 13 | 201 | 112 | 73 |
| Binary | 1001001 | 11100100 | 1100001 | 1000100 | 0 | 111001 | 1011 | 10000001 | 1001010 | 111011 |
Color Harmonies of #49E461
Complementary color
Monochromatic Colors of #49E461
Black with #49E461
Text Example
Text Example
White with #49E461
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49E461; }
p { color: rgb(73,228,97); }
H1.HeaderClassName
{
color: #49E461;
}
.AnyTagClassName
{
color: #49E461;
}
</style>
background-color css
<style>
a { background-color: #49E461; }
a { background-color: rgb(73,228,97); }
div.DivClassName
{
background-color: #49E461;
}
.BgClassName
{
background-color: #49E461;
}
</style>
border-color css
<style>
span { border-color: #49E461; }
span { border-color: rgb(73,228,97); }
td.TdClassName
{
border-color: #49E461;
}
.TagClassName
{
border-color: #49E461;
}
</style>