Shades of Emerald #49E269
Tints of Emerald #49E269
RGB
CMYK
RGB Variations
Color information
#49E269 (or 0x49E269) is known color: Emerald. HEX triplet: 49, E2 and 69. RGB value is (73,226,105). Sum of RGB (Red+Green+Blue) = 73+226+105=404 (53% of max value = 765). Red value is 73 (28.91% from 255 or 18.07% from 404); Green value is 226 (88.67% from 255 or 55.94% from 404); Blue value is 105 (41.41% from 255 or 25.99% from 404); Max value from RGB is 226 - color contains mainly: green. Hex color #49E269 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49E269 is #B61D96. Grayscale: #A6A6A6. Windows color (decimal): -11935127 or 6939209. OLE color: 6939209.
HSL color Cylindrical-coordinate representation of color #49E269: hue angle of 132.55º degrees, saturation: 0.73, 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 #49E269 is Cyan = 0.68, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 73 | 226 | 105 | - |
| CMYK | 0.68 | 0 | 0.54 | 0.11 |
| HSL | 132.55º | 0.73% | 0.59% | - |
| HSV(B) | 132.55º | 0.68% | 0.89% | - |
| XYZ | 32.49 | 56.83 | 22.62 | - |
| YUV | 166.46 | 93.31 | 61.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 226 | 105 | 0.68 | 0 | 0.54 | 0.11 | 132.55 | 0.73 | 0.59 |
| Hex | 49 | E2 | 69 | 44 | 0 | 36 | B | 85 | 49 | 3B |
| Octal | 111 | 342 | 151 | 104 | 0 | 66 | 13 | 205 | 111 | 73 |
| Binary | 1001001 | 11100010 | 1101001 | 1000100 | 0 | 110110 | 1011 | 10000101 | 1001001 | 111011 |
Color Harmonies of #49E269
Complementary color
Monochromatic Colors of #49E269
Black with #49E269
Text Example
Text Example
White with #49E269
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49E269; }
p { color: rgb(73,226,105); }
H1.HeaderClassName
{
color: #49E269;
}
.AnyTagClassName
{
color: #49E269;
}
</style>
background-color css
<style>
a { background-color: #49E269; }
a { background-color: rgb(73,226,105); }
div.DivClassName
{
background-color: #49E269;
}
.BgClassName
{
background-color: #49E269;
}
</style>
border-color css
<style>
span { border-color: #49E269; }
span { border-color: rgb(73,226,105); }
td.TdClassName
{
border-color: #49E269;
}
.TagClassName
{
border-color: #49E269;
}
</style>