Shades of Screamin' Green #49F970
Tints of Screamin' Green #49F970
RGB
CMYK
RGB Variations
Color information
#49F970 (or 0x49F970) is known color: Screamin' Green. HEX triplet: 49, F9 and 70. RGB value is (73,249,112). Sum of RGB (Red+Green+Blue) = 73+249+112=434 (57% of max value = 765). Red value is 73 (28.91% from 255 or 16.82% from 434); Green value is 249 (97.66% from 255 or 57.37% from 434); Blue value is 112 (44.14% from 255 or 25.81% from 434); Max value from RGB is 249 - color contains mainly: green. Hex color #49F970 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #49F970 is #B6068F. Grayscale: #B5B5B5. Windows color (decimal): -11929232 or 7403849. OLE color: 7403849.
HSL color Cylindrical-coordinate representation of color #49F970: hue angle of 133.3º degrees, saturation: 0.94, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #49F970 is Cyan = 0.71, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 73 | 249 | 112 | - |
| CMYK | 0.71 | 0 | 0.55 | 0.02 |
| HSL | 133.3º | 0.94% | 0.63% | - |
| HSV(B) | 133.3º | 0.71% | 0.98% | - |
| XYZ | 39.55 | 70.34 | 26.82 | - |
| YUV | 180.76 | 89.19 | 51.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 249 | 112 | 0.71 | 0 | 0.55 | 0.02 | 133.3 | 0.94 | 0.63 |
| Hex | 49 | F9 | 70 | 47 | 0 | 37 | 2 | 85 | 5E | 3F |
| Octal | 111 | 371 | 160 | 107 | 0 | 67 | 2 | 205 | 136 | 77 |
| Binary | 1001001 | 11111001 | 1110000 | 1000111 | 0 | 110111 | 10 | 10000101 | 1011110 | 111111 |
Color Harmonies of #49F970
Complementary color
Monochromatic Colors of #49F970
Black with #49F970
Text Example
Text Example
White with #49F970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49F970; }
p { color: rgb(73,249,112); }
H1.HeaderClassName
{
color: #49F970;
}
.AnyTagClassName
{
color: #49F970;
}
</style>
background-color css
<style>
a { background-color: #49F970; }
a { background-color: rgb(73,249,112); }
div.DivClassName
{
background-color: #49F970;
}
.BgClassName
{
background-color: #49F970;
}
</style>
border-color css
<style>
span { border-color: #49F970; }
span { border-color: rgb(73,249,112); }
td.TdClassName
{
border-color: #49F970;
}
.TagClassName
{
border-color: #49F970;
}
</style>