Shades of Emerald #49F27F
Tints of Emerald #49F27F
RGB
CMYK
RGB Variations
Color information
#49F27F (or 0x49F27F) is known color: Emerald. HEX triplet: 49, F2 and 7F. RGB value is (73,242,127). Sum of RGB (Red+Green+Blue) = 73+242+127=442 (58% of max value = 765). Red value is 73 (28.91% from 255 or 16.52% from 442); Green value is 242 (94.92% from 255 or 54.75% from 442); Blue value is 127 (50% from 255 or 28.73% from 442); Max value from RGB is 242 - color contains mainly: green. Hex color #49F27F is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #49F27F is #B60D80. Grayscale: #B2B2B2. Windows color (decimal): -11931009 or 8385097. OLE color: 8385097.
HSL color Cylindrical-coordinate representation of color #49F27F: hue angle of 139.17º degrees, saturation: 0.87, 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 #49F27F is Cyan = 0.70, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 73 | 242 | 127 | - |
| CMYK | 0.70 | 0 | 0.48 | 0.05 |
| HSL | 139.17º | 0.87% | 0.62% | - |
| HSV(B) | 139.17º | 0.7% | 0.95% | - |
| XYZ | 38.33 | 66.45 | 30.89 | - |
| YUV | 178.36 | 99.01 | 52.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 242 | 127 | 0.70 | 0 | 0.48 | 0.05 | 139.17 | 0.87 | 0.62 |
| Hex | 49 | F2 | 7F | 46 | 0 | 30 | 5 | 8B | 57 | 3E |
| Octal | 111 | 362 | 177 | 106 | 0 | 60 | 5 | 213 | 127 | 76 |
| Binary | 1001001 | 11110010 | 1111111 | 1000110 | 0 | 110000 | 101 | 10001011 | 1010111 | 111110 |
Color Harmonies of #49F27F
Complementary color
Monochromatic Colors of #49F27F
Black with #49F27F
Text Example
Text Example
White with #49F27F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49F27F; }
p { color: rgb(73,242,127); }
H1.HeaderClassName
{
color: #49F27F;
}
.AnyTagClassName
{
color: #49F27F;
}
</style>
background-color css
<style>
a { background-color: #49F27F; }
a { background-color: rgb(73,242,127); }
div.DivClassName
{
background-color: #49F27F;
}
.BgClassName
{
background-color: #49F27F;
}
</style>
border-color css
<style>
span { border-color: #49F27F; }
span { border-color: rgb(73,242,127); }
td.TdClassName
{
border-color: #49F27F;
}
.TagClassName
{
border-color: #49F27F;
}
</style>