Shades of Emerald #49E666
Tints of Emerald #49E666
RGB
CMYK
RGB Variations
Color information
#49E666 (or 0x49E666) is known color: Emerald. HEX triplet: 49, E6 and 66. RGB value is (73,230,102). Sum of RGB (Red+Green+Blue) = 73+230+102=405 (53% of max value = 765). Red value is 73 (28.91% from 255 or 18.02% from 405); Green value is 230 (90.23% from 255 or 56.79% from 405); Blue value is 102 (40.23% from 255 or 25.19% from 405); Max value from RGB is 230 - color contains mainly: green. Hex color #49E666 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #49E666 is #B61999. Grayscale: #A8A8A8. Windows color (decimal): -11934106 or 6743625. OLE color: 6743625.
HSL color Cylindrical-coordinate representation of color #49E666: hue angle of 131.08º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #49E666 is Cyan = 0.68, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 73 | 230 | 102 | - |
| CMYK | 0.68 | 0 | 0.56 | 0.10 |
| HSL | 131.08º | 0.76% | 0.59% | - |
| HSV(B) | 131.08º | 0.68% | 0.9% | - |
| XYZ | 33.44 | 58.97 | 22.19 | - |
| YUV | 168.47 | 90.49 | 59.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 230 | 102 | 0.68 | 0 | 0.56 | 0.10 | 131.08 | 0.76 | 0.59 |
| Hex | 49 | E6 | 66 | 44 | 0 | 38 | A | 83 | 4C | 3B |
| Octal | 111 | 346 | 146 | 104 | 0 | 70 | 12 | 203 | 114 | 73 |
| Binary | 1001001 | 11100110 | 1100110 | 1000100 | 0 | 111000 | 1010 | 10000011 | 1001100 | 111011 |
Color Harmonies of #49E666
Complementary color
Monochromatic Colors of #49E666
Black with #49E666
Text Example
Text Example
White with #49E666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49E666; }
p { color: rgb(73,230,102); }
H1.HeaderClassName
{
color: #49E666;
}
.AnyTagClassName
{
color: #49E666;
}
</style>
background-color css
<style>
a { background-color: #49E666; }
a { background-color: rgb(73,230,102); }
div.DivClassName
{
background-color: #49E666;
}
.BgClassName
{
background-color: #49E666;
}
</style>
border-color css
<style>
span { border-color: #49E666; }
span { border-color: rgb(73,230,102); }
td.TdClassName
{
border-color: #49E666;
}
.TagClassName
{
border-color: #49E666;
}
</style>