Shades of Emerald #49D767
Tints of Emerald #49D767
RGB
CMYK
RGB Variations
Color information
#49D767 (or 0x49D767) is known color: Emerald. HEX triplet: 49, D7 and 67. RGB value is (73,215,103). Sum of RGB (Red+Green+Blue) = 73+215+103=391 (51% of max value = 765). Red value is 73 (28.91% from 255 or 18.67% from 391); Green value is 215 (84.38% from 255 or 54.99% from 391); Blue value is 103 (40.62% from 255 or 26.34% from 391); Max value from RGB is 215 - color contains mainly: green. Hex color #49D767 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49D767 is #B62898. Grayscale: #A0A0A0. Windows color (decimal): -11937945 or 6805321. OLE color: 6805321.
HSL color Cylindrical-coordinate representation of color #49D767: hue angle of 132.68º degrees, saturation: 0.64, 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 #49D767 is Cyan = 0.66, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 73 | 215 | 103 | - |
| CMYK | 0.66 | 0 | 0.52 | 0.16 |
| HSL | 132.68º | 0.64% | 0.56% | - |
| HSV(B) | 132.68º | 0.66% | 0.84% | - |
| XYZ | 29.5 | 51 | 21.12 | - |
| YUV | 159.77 | 95.96 | 66.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 215 | 103 | 0.66 | 0 | 0.52 | 0.16 | 132.68 | 0.64 | 0.56 |
| Hex | 49 | D7 | 67 | 42 | 0 | 34 | 10 | 85 | 40 | 38 |
| Octal | 111 | 327 | 147 | 102 | 0 | 64 | 20 | 205 | 100 | 70 |
| Binary | 1001001 | 11010111 | 1100111 | 1000010 | 0 | 110100 | 10000 | 10000101 | 1000000 | 111000 |
Color Harmonies of #49D767
Complementary color
Monochromatic Colors of #49D767
Black with #49D767
Text Example
Text Example
White with #49D767
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49D767; }
p { color: rgb(73,215,103); }
H1.HeaderClassName
{
color: #49D767;
}
.AnyTagClassName
{
color: #49D767;
}
</style>
background-color css
<style>
a { background-color: #49D767; }
a { background-color: rgb(73,215,103); }
div.DivClassName
{
background-color: #49D767;
}
.BgClassName
{
background-color: #49D767;
}
</style>
border-color css
<style>
span { border-color: #49D767; }
span { border-color: rgb(73,215,103); }
td.TdClassName
{
border-color: #49D767;
}
.TagClassName
{
border-color: #49D767;
}
</style>