Shades of Emerald #49D667
Tints of Emerald #49D667
RGB
CMYK
RGB Variations
Color information
#49D667 (or 0x49D667) is known color: Emerald. HEX triplet: 49, D6 and 67. RGB value is (73,214,103). Sum of RGB (Red+Green+Blue) = 73+214+103=390 (51% of max value = 765). Red value is 73 (28.91% from 255 or 18.72% from 390); Green value is 214 (83.98% from 255 or 54.87% from 390); Blue value is 103 (40.62% from 255 or 26.41% from 390); Max value from RGB is 214 - color contains mainly: green. Hex color #49D667 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49D667 is #B62998. Grayscale: #9F9F9F. Windows color (decimal): -11938201 or 6805065. OLE color: 6805065.
HSL color Cylindrical-coordinate representation of color #49D667: hue angle of 132.77º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #49D667 is Cyan = 0.66, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 73 | 214 | 103 | - |
| CMYK | 0.66 | 0 | 0.52 | 0.16 |
| HSL | 132.77º | 0.63% | 0.56% | - |
| HSV(B) | 132.77º | 0.66% | 0.84% | - |
| XYZ | 29.24 | 50.49 | 21.04 | - |
| YUV | 159.19 | 96.29 | 66.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 214 | 103 | 0.66 | 0 | 0.52 | 0.16 | 132.77 | 0.63 | 0.56 |
| Hex | 49 | D6 | 67 | 42 | 0 | 34 | 10 | 85 | 3F | 38 |
| Octal | 111 | 326 | 147 | 102 | 0 | 64 | 20 | 205 | 77 | 70 |
| Binary | 1001001 | 11010110 | 1100111 | 1000010 | 0 | 110100 | 10000 | 10000101 | 111111 | 111000 |
Color Harmonies of #49D667
Complementary color
Monochromatic Colors of #49D667
Black with #49D667
Text Example
Text Example
White with #49D667
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49D667; }
p { color: rgb(73,214,103); }
H1.HeaderClassName
{
color: #49D667;
}
.AnyTagClassName
{
color: #49D667;
}
</style>
background-color css
<style>
a { background-color: #49D667; }
a { background-color: rgb(73,214,103); }
div.DivClassName
{
background-color: #49D667;
}
.BgClassName
{
background-color: #49D667;
}
</style>
border-color css
<style>
span { border-color: #49D667; }
span { border-color: rgb(73,214,103); }
td.TdClassName
{
border-color: #49D667;
}
.TagClassName
{
border-color: #49D667;
}
</style>