Shades of Screamin' Green #49F355
Tints of Screamin' Green #49F355
RGB
CMYK
RGB Variations
Color information
#49F355 (or 0x49F355) is known color: Screamin' Green. HEX triplet: 49, F3 and 55. RGB value is (73,243,85). Sum of RGB (Red+Green+Blue) = 73+243+85=401 (53% of max value = 765). Red value is 73 (28.91% from 255 or 18.20% from 401); Green value is 243 (95.31% from 255 or 60.60% from 401); Blue value is 85 (33.59% from 255 or 21.20% from 401); Max value from RGB is 243 - color contains mainly: green. Hex color #49F355 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #49F355 is #B60CAA. Grayscale: #AEAEAE. Windows color (decimal): -11930795 or 5632841. OLE color: 5632841.
HSL color Cylindrical-coordinate representation of color #49F355: hue angle of 124.24º degrees, saturation: 0.88, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #49F355 is Cyan = 0.70, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 73 | 243 | 85 | - |
| CMYK | 0.70 | 0 | 0.65 | 0.05 |
| HSL | 124.24º | 0.88% | 0.62% | - |
| HSV(B) | 124.24º | 0.7% | 0.95% | - |
| XYZ | 36.44 | 66.17 | 19.45 | - |
| YUV | 174.16 | 77.68 | 55.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 243 | 85 | 0.70 | 0 | 0.65 | 0.05 | 124.24 | 0.88 | 0.62 |
| Hex | 49 | F3 | 55 | 46 | 0 | 41 | 5 | 7C | 58 | 3E |
| Octal | 111 | 363 | 125 | 106 | 0 | 101 | 5 | 174 | 130 | 76 |
| Binary | 1001001 | 11110011 | 1010101 | 1000110 | 0 | 1000001 | 101 | 1111100 | 1011000 | 111110 |
Color Harmonies of #49F355
Complementary color
Monochromatic Colors of #49F355
Black with #49F355
Text Example
Text Example
White with #49F355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49F355; }
p { color: rgb(73,243,85); }
H1.HeaderClassName
{
color: #49F355;
}
.AnyTagClassName
{
color: #49F355;
}
</style>
background-color css
<style>
a { background-color: #49F355; }
a { background-color: rgb(73,243,85); }
div.DivClassName
{
background-color: #49F355;
}
.BgClassName
{
background-color: #49F355;
}
</style>
border-color css
<style>
span { border-color: #49F355; }
span { border-color: rgb(73,243,85); }
td.TdClassName
{
border-color: #49F355;
}
.TagClassName
{
border-color: #49F355;
}
</style>