Shades of Screamin' Green #49FB50
Tints of Screamin' Green #49FB50
RGB
CMYK
RGB Variations
Color information
#49FB50 (or 0x49FB50) is known color: Screamin' Green. HEX triplet: 49, FB and 50. RGB value is (73,251,80). Sum of RGB (Red+Green+Blue) = 73+251+80=404 (53% of max value = 765). Red value is 73 (28.91% from 255 or 18.07% from 404); Green value is 251 (98.44% from 255 or 62.13% from 404); Blue value is 80 (31.64% from 255 or 19.80% from 404); Max value from RGB is 251 - color contains mainly: green. Hex color #49FB50 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #49FB50 is #B604AF. Grayscale: #B2B2B2. Windows color (decimal): -11928752 or 5307209. OLE color: 5307209.
HSL color Cylindrical-coordinate representation of color #49FB50: hue angle of 122.36º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #49FB50 is Cyan = 0.71, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 73 | 251 | 80 | - |
| CMYK | 0.71 | 0 | 0.68 | 0.02 |
| HSL | 122.36º | 0.96% | 0.64% | - |
| HSV(B) | 122.36º | 0.71% | 0.98% | - |
| XYZ | 38.69 | 70.99 | 19.25 | - |
| YUV | 178.28 | 72.53 | 52.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 251 | 80 | 0.71 | 0 | 0.68 | 0.02 | 122.36 | 0.96 | 0.64 |
| Hex | 49 | FB | 50 | 47 | 0 | 44 | 2 | 7A | 60 | 40 |
| Octal | 111 | 373 | 120 | 107 | 0 | 104 | 2 | 172 | 140 | 100 |
| Binary | 1001001 | 11111011 | 1010000 | 1000111 | 0 | 1000100 | 10 | 1111010 | 1100000 | 1000000 |
Color Harmonies of #49FB50
Complementary color
Monochromatic Colors of #49FB50
Black with #49FB50
Text Example
Text Example
White with #49FB50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49FB50; }
p { color: rgb(73,251,80); }
H1.HeaderClassName
{
color: #49FB50;
}
.AnyTagClassName
{
color: #49FB50;
}
</style>
background-color css
<style>
a { background-color: #49FB50; }
a { background-color: rgb(73,251,80); }
div.DivClassName
{
background-color: #49FB50;
}
.BgClassName
{
background-color: #49FB50;
}
</style>
border-color css
<style>
span { border-color: #49FB50; }
span { border-color: rgb(73,251,80); }
td.TdClassName
{
border-color: #49FB50;
}
.TagClassName
{
border-color: #49FB50;
}
</style>