Shades of Emerald #49CE67
Tints of Emerald #49CE67
RGB
CMYK
RGB Variations
Color information
#49CE67 (or 0x49CE67) is known color: Emerald. HEX triplet: 49, CE and 67. RGB value is (73,206,103). Sum of RGB (Red+Green+Blue) = 73+206+103=382 (50% of max value = 765). Red value is 73 (28.91% from 255 or 19.11% from 382); Green value is 206 (80.86% from 255 or 53.93% from 382); Blue value is 103 (40.62% from 255 or 26.96% from 382); Max value from RGB is 206 - color contains mainly: green. Hex color #49CE67 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49CE67 is #B63198. Grayscale: #9A9A9A. Windows color (decimal): -11940249 or 6803017. OLE color: 6803017.
HSL color Cylindrical-coordinate representation of color #49CE67: hue angle of 133.53º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #49CE67 is Cyan = 0.65, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 73 | 206 | 103 | - |
| CMYK | 0.65 | 0 | 0.50 | 0.19 |
| HSL | 133.53º | 0.58% | 0.55% | - |
| HSV(B) | 133.53º | 0.65% | 0.81% | - |
| XYZ | 27.27 | 46.54 | 20.38 | - |
| YUV | 154.49 | 98.94 | 69.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 206 | 103 | 0.65 | 0 | 0.50 | 0.19 | 133.53 | 0.58 | 0.55 |
| Hex | 49 | CE | 67 | 41 | 0 | 32 | 13 | 86 | 3A | 37 |
| Octal | 111 | 316 | 147 | 101 | 0 | 62 | 23 | 206 | 72 | 67 |
| Binary | 1001001 | 11001110 | 1100111 | 1000001 | 0 | 110010 | 10011 | 10000110 | 111010 | 110111 |
Color Harmonies of #49CE67
Complementary color
Monochromatic Colors of #49CE67
Black with #49CE67
Text Example
Text Example
White with #49CE67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49CE67; }
p { color: rgb(73,206,103); }
H1.HeaderClassName
{
color: #49CE67;
}
.AnyTagClassName
{
color: #49CE67;
}
</style>
background-color css
<style>
a { background-color: #49CE67; }
a { background-color: rgb(73,206,103); }
div.DivClassName
{
background-color: #49CE67;
}
.BgClassName
{
background-color: #49CE67;
}
</style>
border-color css
<style>
span { border-color: #49CE67; }
span { border-color: rgb(73,206,103); }
td.TdClassName
{
border-color: #49CE67;
}
.TagClassName
{
border-color: #49CE67;
}
</style>