Shades of Screamin' Green #49F471
Tints of Screamin' Green #49F471
RGB
CMYK
RGB Variations
Color information
#49F471 (or 0x49F471) is known color: Screamin' Green. HEX triplet: 49, F4 and 71. RGB value is (73,244,113). Sum of RGB (Red+Green+Blue) = 73+244+113=430 (56% of max value = 765). Red value is 73 (28.91% from 255 or 16.98% from 430); Green value is 244 (95.70% from 255 or 56.74% from 430); Blue value is 113 (44.53% from 255 or 26.28% from 430); Max value from RGB is 244 - color contains mainly: green. Hex color #49F471 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #49F471 is #B60B8E. Grayscale: #B2B2B2. Windows color (decimal): -11930511 or 7468105. OLE color: 7468105.
HSL color Cylindrical-coordinate representation of color #49F471: hue angle of 134.04º degrees, saturation: 0.89, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #49F471 is Cyan = 0.70, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 73 | 244 | 113 | - |
| CMYK | 0.70 | 0 | 0.54 | 0.04 |
| HSL | 134.04º | 0.89% | 0.62% | - |
| HSV(B) | 134.04º | 0.7% | 0.96% | - |
| XYZ | 38.08 | 67.31 | 26.61 | - |
| YUV | 177.94 | 91.35 | 53.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 244 | 113 | 0.70 | 0 | 0.54 | 0.04 | 134.04 | 0.89 | 0.62 |
| Hex | 49 | F4 | 71 | 46 | 0 | 36 | 4 | 86 | 59 | 3E |
| Octal | 111 | 364 | 161 | 106 | 0 | 66 | 4 | 206 | 131 | 76 |
| Binary | 1001001 | 11110100 | 1110001 | 1000110 | 0 | 110110 | 100 | 10000110 | 1011001 | 111110 |
Color Harmonies of #49F471
Complementary color
Monochromatic Colors of #49F471
Black with #49F471
Text Example
Text Example
White with #49F471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49F471; }
p { color: rgb(73,244,113); }
H1.HeaderClassName
{
color: #49F471;
}
.AnyTagClassName
{
color: #49F471;
}
</style>
background-color css
<style>
a { background-color: #49F471; }
a { background-color: rgb(73,244,113); }
div.DivClassName
{
background-color: #49F471;
}
.BgClassName
{
background-color: #49F471;
}
</style>
border-color css
<style>
span { border-color: #49F471; }
span { border-color: rgb(73,244,113); }
td.TdClassName
{
border-color: #49F471;
}
.TagClassName
{
border-color: #49F471;
}
</style>