Shades of Screamin' Green #49E358
Tints of Screamin' Green #49E358
RGB
CMYK
RGB Variations
Color information
#49E358 (or 0x49E358) is known color: Screamin' Green. HEX triplet: 49, E3 and 58. RGB value is (73,227,88). Sum of RGB (Red+Green+Blue) = 73+227+88=388 (51% of max value = 765). Red value is 73 (28.91% from 255 or 18.81% from 388); Green value is 227 (89.06% from 255 or 58.51% from 388); Blue value is 88 (34.77% from 255 or 22.68% from 388); Max value from RGB is 227 - color contains mainly: green. Hex color #49E358 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49E358 is #B61CA7. Grayscale: #A5A5A5. Windows color (decimal): -11934888 or 5825353. OLE color: 5825353.
HSL color Cylindrical-coordinate representation of color #49E358: hue angle of 125.84º degrees, saturation: 0.73, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #49E358 is Cyan = 0.68, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 73 | 227 | 88 | - |
| CMYK | 0.68 | 0 | 0.61 | 0.11 |
| HSL | 125.84º | 0.73% | 0.59% | - |
| HSV(B) | 125.84º | 0.68% | 0.89% | - |
| XYZ | 31.98 | 57.06 | 18.56 | - |
| YUV | 165.11 | 84.48 | 62.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 227 | 88 | 0.68 | 0 | 0.61 | 0.11 | 125.84 | 0.73 | 0.59 |
| Hex | 49 | E3 | 58 | 44 | 0 | 3D | B | 7E | 49 | 3B |
| Octal | 111 | 343 | 130 | 104 | 0 | 75 | 13 | 176 | 111 | 73 |
| Binary | 1001001 | 11100011 | 1011000 | 1000100 | 0 | 111101 | 1011 | 1111110 | 1001001 | 111011 |
Color Harmonies of #49E358
Complementary color
Monochromatic Colors of #49E358
Black with #49E358
Text Example
Text Example
White with #49E358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49E358; }
p { color: rgb(73,227,88); }
H1.HeaderClassName
{
color: #49E358;
}
.AnyTagClassName
{
color: #49E358;
}
</style>
background-color css
<style>
a { background-color: #49E358; }
a { background-color: rgb(73,227,88); }
div.DivClassName
{
background-color: #49E358;
}
.BgClassName
{
background-color: #49E358;
}
</style>
border-color css
<style>
span { border-color: #49E358; }
span { border-color: rgb(73,227,88); }
td.TdClassName
{
border-color: #49E358;
}
.TagClassName
{
border-color: #49E358;
}
</style>