Shades of Screamin' Green #49F259
Tints of Screamin' Green #49F259
RGB
CMYK
RGB Variations
Color information
#49F259 (or 0x49F259) is known color: Screamin' Green. HEX triplet: 49, F2 and 59. RGB value is (73,242,89). Sum of RGB (Red+Green+Blue) = 73+242+89=404 (53% of max value = 765). Red value is 73 (28.91% from 255 or 18.07% from 404); Green value is 242 (94.92% from 255 or 59.90% from 404); Blue value is 89 (35.16% from 255 or 22.03% from 404); Max value from RGB is 242 - color contains mainly: green. Hex color #49F259 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #49F259 is #B60DA6. Grayscale: #AEAEAE. Windows color (decimal): -11931047 or 5894729. OLE color: 5894729.
HSL color Cylindrical-coordinate representation of color #49F259: hue angle of 125.68º degrees, saturation: 0.87, 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 #49F259 is Cyan = 0.70, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 73 | 242 | 89 | - |
| CMYK | 0.70 | 0 | 0.63 | 0.05 |
| HSL | 125.68º | 0.87% | 0.62% | - |
| HSV(B) | 125.68º | 0.7% | 0.95% | - |
| XYZ | 36.3 | 65.64 | 20.21 | - |
| YUV | 174.03 | 80.01 | 55.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 242 | 89 | 0.70 | 0 | 0.63 | 0.05 | 125.68 | 0.87 | 0.62 |
| Hex | 49 | F2 | 59 | 46 | 0 | 3F | 5 | 7E | 57 | 3E |
| Octal | 111 | 362 | 131 | 106 | 0 | 77 | 5 | 176 | 127 | 76 |
| Binary | 1001001 | 11110010 | 1011001 | 1000110 | 0 | 111111 | 101 | 1111110 | 1010111 | 111110 |
Color Harmonies of #49F259
Complementary color
Monochromatic Colors of #49F259
Black with #49F259
Text Example
Text Example
White with #49F259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49F259; }
p { color: rgb(73,242,89); }
H1.HeaderClassName
{
color: #49F259;
}
.AnyTagClassName
{
color: #49F259;
}
</style>
background-color css
<style>
a { background-color: #49F259; }
a { background-color: rgb(73,242,89); }
div.DivClassName
{
background-color: #49F259;
}
.BgClassName
{
background-color: #49F259;
}
</style>
border-color css
<style>
span { border-color: #49F259; }
span { border-color: rgb(73,242,89); }
td.TdClassName
{
border-color: #49F259;
}
.TagClassName
{
border-color: #49F259;
}
</style>