Shades of Emerald #49E665
Tints of Emerald #49E665
RGB
CMYK
RGB Variations
Color information
#49E665 (or 0x49E665) is known color: Emerald. HEX triplet: 49, E6 and 65. RGB value is (73,230,101). Sum of RGB (Red+Green+Blue) = 73+230+101=404 (53% of max value = 765). Red value is 73 (28.91% from 255 or 18.07% from 404); Green value is 230 (90.23% from 255 or 56.93% from 404); Blue value is 101 (39.84% from 255 or 25% from 404); Max value from RGB is 230 - color contains mainly: green. Hex color #49E665 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #49E665 is #B6199A. Grayscale: #A8A8A8. Windows color (decimal): -11934107 or 6678089. OLE color: 6678089.
HSL color Cylindrical-coordinate representation of color #49E665: hue angle of 130.7º 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 #49E665 is Cyan = 0.68, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 73 | 230 | 101 | - |
| CMYK | 0.68 | 0 | 0.56 | 0.10 |
| HSL | 130.7º | 0.76% | 0.59% | - |
| HSV(B) | 130.7º | 0.68% | 0.9% | - |
| XYZ | 33.39 | 58.95 | 21.93 | - |
| YUV | 168.35 | 89.99 | 59.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 230 | 101 | 0.68 | 0 | 0.56 | 0.10 | 130.7 | 0.76 | 0.59 |
| Hex | 49 | E6 | 65 | 44 | 0 | 38 | A | 83 | 4C | 3B |
| Octal | 111 | 346 | 145 | 104 | 0 | 70 | 12 | 203 | 114 | 73 |
| Binary | 1001001 | 11100110 | 1100101 | 1000100 | 0 | 111000 | 1010 | 10000011 | 1001100 | 111011 |
Color Harmonies of #49E665
Complementary color
Monochromatic Colors of #49E665
Black with #49E665
Text Example
Text Example
White with #49E665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49E665; }
p { color: rgb(73,230,101); }
H1.HeaderClassName
{
color: #49E665;
}
.AnyTagClassName
{
color: #49E665;
}
</style>
background-color css
<style>
a { background-color: #49E665; }
a { background-color: rgb(73,230,101); }
div.DivClassName
{
background-color: #49E665;
}
.BgClassName
{
background-color: #49E665;
}
</style>
border-color css
<style>
span { border-color: #49E665; }
span { border-color: rgb(73,230,101); }
td.TdClassName
{
border-color: #49E665;
}
.TagClassName
{
border-color: #49E665;
}
</style>