Shades of Emerald #49CF8A
Tints of Emerald #49CF8A
RGB
CMYK
RGB Variations
Color information
#49CF8A (or 0x49CF8A) is known color: Emerald. HEX triplet: 49, CF and 8A. RGB value is (73,207,138). Sum of RGB (Red+Green+Blue) = 73+207+138=418 (55% of max value = 765). Red value is 73 (28.91% from 255 or 17.46% from 418); Green value is 207 (81.25% from 255 or 49.52% from 418); Blue value is 138 (54.30% from 255 or 33.01% from 418); Max value from RGB is 207 - color contains mainly: green. Hex color #49CF8A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49CF8A is #B63075. Grayscale: #9F9F9F. Windows color (decimal): -11939958 or 9097033. OLE color: 9097033.
HSL color Cylindrical-coordinate representation of color #49CF8A: hue angle of 149.1º 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 #49CF8A is Cyan = 0.65, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 73 | 207 | 138 | - |
| CMYK | 0.65 | 0 | 0.33 | 0.19 |
| HSL | 149.1º | 0.58% | 0.55% | - |
| HSV(B) | 149.1º | 0.65% | 0.81% | - |
| XYZ | 29.65 | 47.88 | 31.72 | - |
| YUV | 159.07 | 116.11 | 66.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 207 | 138 | 0.65 | 0 | 0.33 | 0.19 | 149.1 | 0.58 | 0.55 |
| Hex | 49 | CF | 8A | 41 | 0 | 21 | 13 | 95 | 3A | 37 |
| Octal | 111 | 317 | 212 | 101 | 0 | 41 | 23 | 225 | 72 | 67 |
| Binary | 1001001 | 11001111 | 10001010 | 1000001 | 0 | 100001 | 10011 | 10010101 | 111010 | 110111 |
Color Harmonies of #49CF8A
Complementary color
Monochromatic Colors of #49CF8A
Black with #49CF8A
Text Example
Text Example
White with #49CF8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49CF8A; }
p { color: rgb(73,207,138); }
H1.HeaderClassName
{
color: #49CF8A;
}
.AnyTagClassName
{
color: #49CF8A;
}
</style>
background-color css
<style>
a { background-color: #49CF8A; }
a { background-color: rgb(73,207,138); }
div.DivClassName
{
background-color: #49CF8A;
}
.BgClassName
{
background-color: #49CF8A;
}
</style>
border-color css
<style>
span { border-color: #49CF8A; }
span { border-color: rgb(73,207,138); }
td.TdClassName
{
border-color: #49CF8A;
}
.TagClassName
{
border-color: #49CF8A;
}
</style>