Shades of Emerald #49EA6A
Tints of Emerald #49EA6A
RGB
CMYK
RGB Variations
Color information
#49EA6A (or 0x49EA6A) is known color: Emerald. HEX triplet: 49, EA and 6A. RGB value is (73,234,106). Sum of RGB (Red+Green+Blue) = 73+234+106=413 (54% of max value = 765). Red value is 73 (28.91% from 255 or 17.68% from 413); Green value is 234 (91.80% from 255 or 56.66% from 413); Blue value is 106 (41.80% from 255 or 25.67% from 413); Max value from RGB is 234 - color contains mainly: green. Hex color #49EA6A is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #49EA6A is #B61595. Grayscale: #ABABAB. Windows color (decimal): -11933078 or 7006793. OLE color: 7006793.
HSL color Cylindrical-coordinate representation of color #49EA6A: hue angle of 132.3º degrees, saturation: 0.79, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #49EA6A is Cyan = 0.69, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 73 | 234 | 106 | - |
| CMYK | 0.69 | 0 | 0.55 | 0.08 |
| HSL | 132.3º | 0.79% | 0.6% | - |
| HSV(B) | 132.3º | 0.69% | 0.92% | - |
| XYZ | 34.77 | 61.3 | 23.64 | - |
| YUV | 171.27 | 91.16 | 57.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 234 | 106 | 0.69 | 0 | 0.55 | 0.08 | 132.3 | 0.79 | 0.6 |
| Hex | 49 | EA | 6A | 45 | 0 | 37 | 8 | 84 | 4F | 3C |
| Octal | 111 | 352 | 152 | 105 | 0 | 67 | 10 | 204 | 117 | 74 |
| Binary | 1001001 | 11101010 | 1101010 | 1000101 | 0 | 110111 | 1000 | 10000100 | 1001111 | 111100 |
Color Harmonies of #49EA6A
Complementary color
Monochromatic Colors of #49EA6A
Black with #49EA6A
Text Example
Text Example
White with #49EA6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49EA6A; }
p { color: rgb(73,234,106); }
H1.HeaderClassName
{
color: #49EA6A;
}
.AnyTagClassName
{
color: #49EA6A;
}
</style>
background-color css
<style>
a { background-color: #49EA6A; }
a { background-color: rgb(73,234,106); }
div.DivClassName
{
background-color: #49EA6A;
}
.BgClassName
{
background-color: #49EA6A;
}
</style>
border-color css
<style>
span { border-color: #49EA6A; }
span { border-color: rgb(73,234,106); }
td.TdClassName
{
border-color: #49EA6A;
}
.TagClassName
{
border-color: #49EA6A;
}
</style>