Shades of Screamin' Green #49E550
Tints of Screamin' Green #49E550
RGB
CMYK
RGB Variations
Color information
#49E550 (or 0x49E550) is known color: Screamin' Green. HEX triplet: 49, E5 and 50. RGB value is (73,229,80). Sum of RGB (Red+Green+Blue) = 73+229+80=382 (50% of max value = 765). Red value is 73 (28.91% from 255 or 19.11% from 382); Green value is 229 (89.84% from 255 or 59.95% from 382); Blue value is 80 (31.64% from 255 or 20.94% from 382); Max value from RGB is 229 - color contains mainly: green. Hex color #49E550 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49E550 is #B61AAF. Grayscale: #A5A5A5. Windows color (decimal): -11934384 or 5301577. OLE color: 5301577.
HSL color Cylindrical-coordinate representation of color #49E550: hue angle of 122.69º degrees, saturation: 0.75, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #49E550 is Cyan = 0.68, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 73 | 229 | 80 | - |
| CMYK | 0.68 | 0 | 0.65 | 0.10 |
| HSL | 122.69º | 0.75% | 0.59% | - |
| HSV(B) | 122.69º | 0.68% | 0.9% | - |
| XYZ | 32.21 | 58.03 | 17.09 | - |
| YUV | 165.37 | 79.82 | 62.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 229 | 80 | 0.68 | 0 | 0.65 | 0.10 | 122.69 | 0.75 | 0.59 |
| Hex | 49 | E5 | 50 | 44 | 0 | 41 | A | 7B | 4B | 3B |
| Octal | 111 | 345 | 120 | 104 | 0 | 101 | 12 | 173 | 113 | 73 |
| Binary | 1001001 | 11100101 | 1010000 | 1000100 | 0 | 1000001 | 1010 | 1111011 | 1001011 | 111011 |
Color Harmonies of #49E550
Complementary color
Monochromatic Colors of #49E550
Black with #49E550
Text Example
Text Example
White with #49E550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49E550; }
p { color: rgb(73,229,80); }
H1.HeaderClassName
{
color: #49E550;
}
.AnyTagClassName
{
color: #49E550;
}
</style>
background-color css
<style>
a { background-color: #49E550; }
a { background-color: rgb(73,229,80); }
div.DivClassName
{
background-color: #49E550;
}
.BgClassName
{
background-color: #49E550;
}
</style>
border-color css
<style>
span { border-color: #49E550; }
span { border-color: rgb(73,229,80); }
td.TdClassName
{
border-color: #49E550;
}
.TagClassName
{
border-color: #49E550;
}
</style>