Shades of Emerald #49D267
Tints of Emerald #49D267
RGB
CMYK
RGB Variations
Color information
#49D267 (or 0x49D267) is known color: Emerald. HEX triplet: 49, D2 and 67. RGB value is (73,210,103). Sum of RGB (Red+Green+Blue) = 73+210+103=386 (51% of max value = 765). Red value is 73 (28.91% from 255 or 18.91% from 386); Green value is 210 (82.42% from 255 or 54.40% from 386); Blue value is 103 (40.62% from 255 or 26.68% from 386); Max value from RGB is 210 - color contains mainly: green. Hex color #49D267 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49D267 is #B62D98. Grayscale: #9D9D9D. Windows color (decimal): -11939225 or 6804041. OLE color: 6804041.
HSL color Cylindrical-coordinate representation of color #49D267: hue angle of 133.14º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #49D267 is Cyan = 0.65, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 73 | 210 | 103 | - |
| CMYK | 0.65 | 0 | 0.51 | 0.18 |
| HSL | 133.14º | 0.6% | 0.55% | - |
| HSV(B) | 133.14º | 0.65% | 0.82% | - |
| XYZ | 28.24 | 48.49 | 20.7 | - |
| YUV | 156.84 | 97.61 | 68.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 210 | 103 | 0.65 | 0 | 0.51 | 0.18 | 133.14 | 0.6 | 0.55 |
| Hex | 49 | D2 | 67 | 41 | 0 | 33 | 12 | 85 | 3C | 37 |
| Octal | 111 | 322 | 147 | 101 | 0 | 63 | 22 | 205 | 74 | 67 |
| Binary | 1001001 | 11010010 | 1100111 | 1000001 | 0 | 110011 | 10010 | 10000101 | 111100 | 110111 |
Color Harmonies of #49D267
Complementary color
Monochromatic Colors of #49D267
Black with #49D267
Text Example
Text Example
White with #49D267
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49D267; }
p { color: rgb(73,210,103); }
H1.HeaderClassName
{
color: #49D267;
}
.AnyTagClassName
{
color: #49D267;
}
</style>
background-color css
<style>
a { background-color: #49D267; }
a { background-color: rgb(73,210,103); }
div.DivClassName
{
background-color: #49D267;
}
.BgClassName
{
background-color: #49D267;
}
</style>
border-color css
<style>
span { border-color: #49D267; }
span { border-color: rgb(73,210,103); }
td.TdClassName
{
border-color: #49D267;
}
.TagClassName
{
border-color: #49D267;
}
</style>