Shades of Emerald #49FA90
Tints of Emerald #49FA90
RGB
CMYK
RGB Variations
Color information
#49FA90 (or 0x49FA90) is known color: Emerald. HEX triplet: 49, FA and 90. RGB value is (73,250,144). Sum of RGB (Red+Green+Blue) = 73+250+144=467 (61% of max value = 765). Red value is 73 (28.91% from 255 or 15.63% from 467); Green value is 250 (98.05% from 255 or 53.53% from 467); Blue value is 144 (56.64% from 255 or 30.84% from 467); Max value from RGB is 250 - color contains mainly: green. Hex color #49FA90 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #49FA90 is #B6056F. Grayscale: #B9B9B9. Windows color (decimal): -11928944 or 9501257. OLE color: 9501257.
HSL color Cylindrical-coordinate representation of color #49FA90: hue angle of 144.07º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #49FA90 is Cyan = 0.71, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 73 | 250 | 144 | - |
| CMYK | 0.71 | 0 | 0.42 | 0.02 |
| HSL | 144.07º | 0.95% | 0.63% | - |
| HSV(B) | 144.07º | 0.71% | 0.98% | - |
| XYZ | 41.97 | 71.8 | 38.03 | - |
| YUV | 184.99 | 104.86 | 48.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 250 | 144 | 0.71 | 0 | 0.42 | 0.02 | 144.07 | 0.95 | 0.63 |
| Hex | 49 | FA | 90 | 47 | 0 | 2A | 2 | 90 | 5F | 3F |
| Octal | 111 | 372 | 220 | 107 | 0 | 52 | 2 | 220 | 137 | 77 |
| Binary | 1001001 | 11111010 | 10010000 | 1000111 | 0 | 101010 | 10 | 10010000 | 1011111 | 111111 |
Color Harmonies of #49FA90
Complementary color
Monochromatic Colors of #49FA90
Black with #49FA90
Text Example
Text Example
White with #49FA90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49FA90; }
p { color: rgb(73,250,144); }
H1.HeaderClassName
{
color: #49FA90;
}
.AnyTagClassName
{
color: #49FA90;
}
</style>
background-color css
<style>
a { background-color: #49FA90; }
a { background-color: rgb(73,250,144); }
div.DivClassName
{
background-color: #49FA90;
}
.BgClassName
{
background-color: #49FA90;
}
</style>
border-color css
<style>
span { border-color: #49FA90; }
span { border-color: rgb(73,250,144); }
td.TdClassName
{
border-color: #49FA90;
}
.TagClassName
{
border-color: #49FA90;
}
</style>