Shades of Screamin' Green #49F04E
Tints of Screamin' Green #49F04E
RGB
CMYK
RGB Variations
Color information
#49F04E (or 0x49F04E) is known color: Screamin' Green. HEX triplet: 49, F0 and 4E. RGB value is (73,240,78). Sum of RGB (Red+Green+Blue) = 73+240+78=391 (51% of max value = 765). Red value is 73 (28.91% from 255 or 18.67% from 391); Green value is 240 (94.14% from 255 or 61.38% from 391); Blue value is 78 (30.86% from 255 or 19.95% from 391); Max value from RGB is 240 - color contains mainly: green. Hex color #49F04E is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #49F04E is #B60FB1. Grayscale: #ACACAC. Windows color (decimal): -11931570 or 5173321. OLE color: 5173321.
HSL color Cylindrical-coordinate representation of color #49F04E: hue angle of 121.8º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #49F04E is Cyan = 0.70, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 73 | 240 | 78 | - |
| CMYK | 0.70 | 0 | 0.68 | 0.06 |
| HSL | 121.8º | 0.85% | 0.61% | - |
| HSV(B) | 121.8º | 0.7% | 0.94% | - |
| XYZ | 35.28 | 64.29 | 17.76 | - |
| YUV | 171.6 | 75.17 | 57.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 240 | 78 | 0.70 | 0 | 0.68 | 0.06 | 121.8 | 0.85 | 0.61 |
| Hex | 49 | F0 | 4E | 46 | 0 | 44 | 6 | 7A | 55 | 3D |
| Octal | 111 | 360 | 116 | 106 | 0 | 104 | 6 | 172 | 125 | 75 |
| Binary | 1001001 | 11110000 | 1001110 | 1000110 | 0 | 1000100 | 110 | 1111010 | 1010101 | 111101 |
Color Harmonies of #49F04E
Complementary color
Monochromatic Colors of #49F04E
Black with #49F04E
Text Example
Text Example
White with #49F04E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49F04E; }
p { color: rgb(73,240,78); }
H1.HeaderClassName
{
color: #49F04E;
}
.AnyTagClassName
{
color: #49F04E;
}
</style>
background-color css
<style>
a { background-color: #49F04E; }
a { background-color: rgb(73,240,78); }
div.DivClassName
{
background-color: #49F04E;
}
.BgClassName
{
background-color: #49F04E;
}
</style>
border-color css
<style>
span { border-color: #49F04E; }
span { border-color: rgb(73,240,78); }
td.TdClassName
{
border-color: #49F04E;
}
.TagClassName
{
border-color: #49F04E;
}
</style>