Shades of Emerald #49E867
Tints of Emerald #49E867
RGB
CMYK
RGB Variations
Color information
#49E867 (or 0x49E867) is known color: Emerald. HEX triplet: 49, E8 and 67. RGB value is (73,232,103). Sum of RGB (Red+Green+Blue) = 73+232+103=408 (54% of max value = 765). Red value is 73 (28.91% from 255 or 17.89% from 408); Green value is 232 (91.02% from 255 or 56.86% from 408); Blue value is 103 (40.62% from 255 or 25.25% from 408); Max value from RGB is 232 - color contains mainly: green. Hex color #49E867 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #49E867 is #B61798. Grayscale: #AAAAAA. Windows color (decimal): -11933593 or 6809673. OLE color: 6809673.
HSL color Cylindrical-coordinate representation of color #49E867: hue angle of 131.32º degrees, saturation: 0.78, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #49E867 is Cyan = 0.69, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 73 | 232 | 103 | - |
| CMYK | 0.69 | 0 | 0.56 | 0.09 |
| HSL | 131.32º | 0.78% | 0.6% | - |
| HSV(B) | 131.32º | 0.69% | 0.91% | - |
| XYZ | 34.05 | 60.11 | 22.64 | - |
| YUV | 169.75 | 90.32 | 58.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 232 | 103 | 0.69 | 0 | 0.56 | 0.09 | 131.32 | 0.78 | 0.6 |
| Hex | 49 | E8 | 67 | 45 | 0 | 38 | 9 | 83 | 4E | 3C |
| Octal | 111 | 350 | 147 | 105 | 0 | 70 | 11 | 203 | 116 | 74 |
| Binary | 1001001 | 11101000 | 1100111 | 1000101 | 0 | 111000 | 1001 | 10000011 | 1001110 | 111100 |
Color Harmonies of #49E867
Complementary color
Monochromatic Colors of #49E867
Black with #49E867
Text Example
Text Example
White with #49E867
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49E867; }
p { color: rgb(73,232,103); }
H1.HeaderClassName
{
color: #49E867;
}
.AnyTagClassName
{
color: #49E867;
}
</style>
background-color css
<style>
a { background-color: #49E867; }
a { background-color: rgb(73,232,103); }
div.DivClassName
{
background-color: #49E867;
}
.BgClassName
{
background-color: #49E867;
}
</style>
border-color css
<style>
span { border-color: #49E867; }
span { border-color: rgb(73,232,103); }
td.TdClassName
{
border-color: #49E867;
}
.TagClassName
{
border-color: #49E867;
}
</style>