Shades of Emerald #49F38C
Tints of Emerald #49F38C
RGB
CMYK
RGB Variations
Color information
#49F38C (or 0x49F38C) is known color: Emerald. HEX triplet: 49, F3 and 8C. RGB value is (73,243,140). Sum of RGB (Red+Green+Blue) = 73+243+140=456 (60% of max value = 765). Red value is 73 (28.91% from 255 or 16.01% from 456); Green value is 243 (95.31% from 255 or 53.29% from 456); Blue value is 140 (55.08% from 255 or 30.70% from 456); Max value from RGB is 243 - color contains mainly: green. Hex color #49F38C is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #49F38C is #B60C73. Grayscale: #B4B4B4. Windows color (decimal): -11930740 or 9237321. OLE color: 9237321.
HSL color Cylindrical-coordinate representation of color #49F38C: hue angle of 143.65º degrees, saturation: 0.88, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #49F38C is Cyan = 0.70, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 73 | 243 | 140 | - |
| CMYK | 0.70 | 0 | 0.42 | 0.05 |
| HSL | 143.65º | 0.88% | 0.62% | - |
| HSV(B) | 143.65º | 0.7% | 0.95% | - |
| XYZ | 39.53 | 67.41 | 35.74 | - |
| YUV | 180.43 | 105.18 | 51.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 243 | 140 | 0.70 | 0 | 0.42 | 0.05 | 143.65 | 0.88 | 0.62 |
| Hex | 49 | F3 | 8C | 46 | 0 | 2A | 5 | 90 | 58 | 3E |
| Octal | 111 | 363 | 214 | 106 | 0 | 52 | 5 | 220 | 130 | 76 |
| Binary | 1001001 | 11110011 | 10001100 | 1000110 | 0 | 101010 | 101 | 10010000 | 1011000 | 111110 |
Color Harmonies of #49F38C
Complementary color
Monochromatic Colors of #49F38C
Black with #49F38C
Text Example
Text Example
White with #49F38C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49F38C; }
p { color: rgb(73,243,140); }
H1.HeaderClassName
{
color: #49F38C;
}
.AnyTagClassName
{
color: #49F38C;
}
</style>
background-color css
<style>
a { background-color: #49F38C; }
a { background-color: rgb(73,243,140); }
div.DivClassName
{
background-color: #49F38C;
}
.BgClassName
{
background-color: #49F38C;
}
</style>
border-color css
<style>
span { border-color: #49F38C; }
span { border-color: rgb(73,243,140); }
td.TdClassName
{
border-color: #49F38C;
}
.TagClassName
{
border-color: #49F38C;
}
</style>