Shades of Screamin' Green #49F464
Tints of Screamin' Green #49F464
RGB
CMYK
RGB Variations
Color information
#49F464 (or 0x49F464) is known color: Screamin' Green. HEX triplet: 49, F4 and 64. RGB value is (73,244,100). Sum of RGB (Red+Green+Blue) = 73+244+100=417 (55% of max value = 765). Red value is 73 (28.91% from 255 or 17.51% from 417); Green value is 244 (95.70% from 255 or 58.51% from 417); Blue value is 100 (39.45% from 255 or 23.98% from 417); Max value from RGB is 244 - color contains mainly: green. Hex color #49F464 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #49F464 is #B60B9B. Grayscale: #B0B0B0. Windows color (decimal): -11930524 or 6616137. OLE color: 6616137.
HSL color Cylindrical-coordinate representation of color #49F464: hue angle of 129.47º 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 #49F464 is Cyan = 0.70, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 73 | 244 | 100 | - |
| CMYK | 0.70 | 0 | 0.59 | 0.04 |
| HSL | 129.47º | 0.89% | 0.62% | - |
| HSV(B) | 129.47º | 0.7% | 0.96% | - |
| XYZ | 37.4 | 67.04 | 23.03 | - |
| YUV | 176.46 | 84.85 | 54.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 244 | 100 | 0.70 | 0 | 0.59 | 0.04 | 129.47 | 0.89 | 0.62 |
| Hex | 49 | F4 | 64 | 46 | 0 | 3B | 4 | 81 | 59 | 3E |
| Octal | 111 | 364 | 144 | 106 | 0 | 73 | 4 | 201 | 131 | 76 |
| Binary | 1001001 | 11110100 | 1100100 | 1000110 | 0 | 111011 | 100 | 10000001 | 1011001 | 111110 |
Color Harmonies of #49F464
Complementary color
Monochromatic Colors of #49F464
Black with #49F464
Text Example
Text Example
White with #49F464
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49F464; }
p { color: rgb(73,244,100); }
H1.HeaderClassName
{
color: #49F464;
}
.AnyTagClassName
{
color: #49F464;
}
</style>
background-color css
<style>
a { background-color: #49F464; }
a { background-color: rgb(73,244,100); }
div.DivClassName
{
background-color: #49F464;
}
.BgClassName
{
background-color: #49F464;
}
</style>
border-color css
<style>
span { border-color: #49F464; }
span { border-color: rgb(73,244,100); }
td.TdClassName
{
border-color: #49F464;
}
.TagClassName
{
border-color: #49F464;
}
</style>