Shades of Screamin' Green #49FF80
Tints of Screamin' Green #49FF80
RGB
CMYK
RGB Variations
Color information
#49FF80 (or 0x49FF80) is known color: Screamin' Green. HEX triplet: 49, FF and 80. RGB value is (73,255,128). Sum of RGB (Red+Green+Blue) = 73+255+128=456 (60% of max value = 765). Red value is 73 (28.91% from 255 or 16.01% from 456); Green value is 255 (100% from 255 or 55.92% from 456); Blue value is 128 (50.39% from 255 or 28.07% from 456); Max value from RGB is 255 - color contains mainly: green. Hex color #49FF80 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #49FF80 is #B6007F. Grayscale: #BABABA. Windows color (decimal): -11927680 or 8453961. OLE color: 8453961.
HSL color Cylindrical-coordinate representation of color #49FF80: hue angle of 138.13º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #49FF80 is Cyan = 0.71, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.
Color convert
| RGB | 73 | 255 | 128 | - |
| CMYK | 0.71 | 0 | 0.50 | 0 |
| HSL | 138.13º | 1% | 0.64% | - |
| HSV(B) | 138.13º | 0.71% | 1% | - |
| XYZ | 42.4 | 74.49 | 32.57 | - |
| YUV | 186.1 | 95.2 | 47.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 255 | 128 | 0.71 | 0 | 0.50 | 0 | 138.13 | 1 | 0.64 |
| Hex | 49 | FF | 80 | 47 | 0 | 32 | 0 | 8A | 64 | 40 |
| Octal | 111 | 377 | 200 | 107 | 0 | 62 | 0 | 212 | 144 | 100 |
| Binary | 1001001 | 11111111 | 10000000 | 1000111 | 0 | 110010 | 0 | 10001010 | 1100100 | 1000000 |
Color Harmonies of #49FF80
Complementary color
Monochromatic Colors of #49FF80
Black with #49FF80
Text Example
Text Example
White with #49FF80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49FF80; }
p { color: rgb(73,255,128); }
H1.HeaderClassName
{
color: #49FF80;
}
.AnyTagClassName
{
color: #49FF80;
}
</style>
background-color css
<style>
a { background-color: #49FF80; }
a { background-color: rgb(73,255,128); }
div.DivClassName
{
background-color: #49FF80;
}
.BgClassName
{
background-color: #49FF80;
}
</style>
border-color css
<style>
span { border-color: #49FF80; }
span { border-color: rgb(73,255,128); }
td.TdClassName
{
border-color: #49FF80;
}
.TagClassName
{
border-color: #49FF80;
}
</style>