Shades of Emerald #49EE81
Tints of Emerald #49EE81
RGB
CMYK
RGB Variations
Color information
#49EE81 (or 0x49EE81) is known color: Emerald. HEX triplet: 49, EE and 81. RGB value is (73,238,129). Sum of RGB (Red+Green+Blue) = 73+238+129=440 (58% of max value = 765). Red value is 73 (28.91% from 255 or 16.59% from 440); Green value is 238 (93.36% from 255 or 54.09% from 440); Blue value is 129 (50.78% from 255 or 29.32% from 440); Max value from RGB is 238 - color contains mainly: green. Hex color #49EE81 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #49EE81 is #B6117E. Grayscale: #B0B0B0. Windows color (decimal): -11932031 or 8515145. OLE color: 8515145.
HSL color Cylindrical-coordinate representation of color #49EE81: hue angle of 140.36º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #49EE81 is Cyan = 0.69, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 73 | 238 | 129 | - |
| CMYK | 0.69 | 0 | 0.46 | 0.07 |
| HSL | 140.36º | 0.83% | 0.61% | - |
| HSV(B) | 140.36º | 0.69% | 0.93% | - |
| XYZ | 37.28 | 64.15 | 31.19 | - |
| YUV | 176.24 | 101.34 | 54.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 238 | 129 | 0.69 | 0 | 0.46 | 0.07 | 140.36 | 0.83 | 0.61 |
| Hex | 49 | EE | 81 | 45 | 0 | 2E | 7 | 8C | 53 | 3D |
| Octal | 111 | 356 | 201 | 105 | 0 | 56 | 7 | 214 | 123 | 75 |
| Binary | 1001001 | 11101110 | 10000001 | 1000101 | 0 | 101110 | 111 | 10001100 | 1010011 | 111101 |
Color Harmonies of #49EE81
Complementary color
Monochromatic Colors of #49EE81
Black with #49EE81
Text Example
Text Example
White with #49EE81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49EE81; }
p { color: rgb(73,238,129); }
H1.HeaderClassName
{
color: #49EE81;
}
.AnyTagClassName
{
color: #49EE81;
}
</style>
background-color css
<style>
a { background-color: #49EE81; }
a { background-color: rgb(73,238,129); }
div.DivClassName
{
background-color: #49EE81;
}
.BgClassName
{
background-color: #49EE81;
}
</style>
border-color css
<style>
span { border-color: #49EE81; }
span { border-color: rgb(73,238,129); }
td.TdClassName
{
border-color: #49EE81;
}
.TagClassName
{
border-color: #49EE81;
}
</style>