Shades of Emerald #49D567
Tints of Emerald #49D567
RGB
CMYK
RGB Variations
Color information
#49D567 (or 0x49D567) is known color: Emerald. HEX triplet: 49, D5 and 67. RGB value is (73,213,103). Sum of RGB (Red+Green+Blue) = 73+213+103=389 (51% of max value = 765). Red value is 73 (28.91% from 255 or 18.77% from 389); Green value is 213 (83.59% from 255 or 54.76% from 389); Blue value is 103 (40.62% from 255 or 26.48% from 389); Max value from RGB is 213 - color contains mainly: green. Hex color #49D567 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49D567 is #B62A98. Grayscale: #9E9E9E. Windows color (decimal): -11938457 or 6804809. OLE color: 6804809.
HSL color Cylindrical-coordinate representation of color #49D567: hue angle of 132.86º degrees, saturation: 0.62, 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 #49D567 is Cyan = 0.66, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 73 | 213 | 103 | - |
| CMYK | 0.66 | 0 | 0.52 | 0.16 |
| HSL | 132.86º | 0.63% | 0.56% | - |
| HSV(B) | 132.86º | 0.66% | 0.84% | - |
| XYZ | 28.99 | 49.98 | 20.95 | - |
| YUV | 158.6 | 96.62 | 66.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 213 | 103 | 0.66 | 0 | 0.52 | 0.16 | 132.86 | 0.63 | 0.56 |
| Hex | 49 | D5 | 67 | 42 | 0 | 34 | 10 | 85 | 3E | 38 |
| Octal | 111 | 325 | 147 | 102 | 0 | 64 | 20 | 205 | 76 | 70 |
| Binary | 1001001 | 11010101 | 1100111 | 1000010 | 0 | 110100 | 10000 | 10000101 | 111110 | 111000 |
Color Harmonies of #49D567
Complementary color
Monochromatic Colors of #49D567
Black with #49D567
Text Example
Text Example
White with #49D567
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49D567; }
p { color: rgb(73,213,103); }
H1.HeaderClassName
{
color: #49D567;
}
.AnyTagClassName
{
color: #49D567;
}
</style>
background-color css
<style>
a { background-color: #49D567; }
a { background-color: rgb(73,213,103); }
div.DivClassName
{
background-color: #49D567;
}
.BgClassName
{
background-color: #49D567;
}
</style>
border-color css
<style>
span { border-color: #49D567; }
span { border-color: rgb(73,213,103); }
td.TdClassName
{
border-color: #49D567;
}
.TagClassName
{
border-color: #49D567;
}
</style>