Shades of Screamin' Green #49FA46
Tints of Screamin' Green #49FA46
RGB
CMYK
RGB Variations
Color information
#49FA46 (or 0x49FA46) is known color: Screamin' Green. HEX triplet: 49, FA and 46. RGB value is (73,250,70). Sum of RGB (Red+Green+Blue) = 73+250+70=393 (52% of max value = 765). Red value is 73 (28.91% from 255 or 18.58% from 393); Green value is 250 (98.05% from 255 or 63.61% from 393); Blue value is 70 (27.73% from 255 or 17.81% from 393); Max value from RGB is 250 - color contains mainly: green. Hex color #49FA46 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #49FA46 is #B605B9. Grayscale: #B1B1B1. Windows color (decimal): -11929018 or 4651593. OLE color: 4651593.
HSL color Cylindrical-coordinate representation of color #49FA46: hue angle of 119º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #49FA46 is Cyan = 0.71, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 73 | 250 | 70 | - |
| CMYK | 0.71 | 0 | 0.72 | 0.02 |
| HSL | 119º | 0.95% | 0.63% | - |
| HSV(B) | 119º | 0.72% | 0.98% | - |
| XYZ | 38.04 | 70.23 | 17.35 | - |
| YUV | 176.56 | 67.86 | 54.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 250 | 70 | 0.71 | 0 | 0.72 | 0.02 | 119 | 0.95 | 0.63 |
| Hex | 49 | FA | 46 | 47 | 0 | 48 | 2 | 77 | 5F | 3F |
| Octal | 111 | 372 | 106 | 107 | 0 | 110 | 2 | 167 | 137 | 77 |
| Binary | 1001001 | 11111010 | 1000110 | 1000111 | 0 | 1001000 | 10 | 1110111 | 1011111 | 111111 |
Color Harmonies of #49FA46
Complementary color
Monochromatic Colors of #49FA46
Black with #49FA46
Text Example
Text Example
White with #49FA46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49FA46; }
p { color: rgb(73,250,70); }
H1.HeaderClassName
{
color: #49FA46;
}
.AnyTagClassName
{
color: #49FA46;
}
</style>
background-color css
<style>
a { background-color: #49FA46; }
a { background-color: rgb(73,250,70); }
div.DivClassName
{
background-color: #49FA46;
}
.BgClassName
{
background-color: #49FA46;
}
</style>
border-color css
<style>
span { border-color: #49FA46; }
span { border-color: rgb(73,250,70); }
td.TdClassName
{
border-color: #49FA46;
}
.TagClassName
{
border-color: #49FA46;
}
</style>