Shades of Screamin' Green #49E756
Tints of Screamin' Green #49E756
RGB
CMYK
RGB Variations
Color information
#49E756 (or 0x49E756) is known color: Screamin' Green. HEX triplet: 49, E7 and 56. RGB value is (73,231,86). Sum of RGB (Red+Green+Blue) = 73+231+86=390 (51% of max value = 765). Red value is 73 (28.91% from 255 or 18.72% from 390); Green value is 231 (90.62% from 255 or 59.23% from 390); Blue value is 86 (33.98% from 255 or 22.05% from 390); Max value from RGB is 231 - color contains mainly: green. Hex color #49E756 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #49E756 is #B618A9. Grayscale: #A7A7A7. Windows color (decimal): -11933866 or 5695305. OLE color: 5695305.
HSL color Cylindrical-coordinate representation of color #49E756: hue angle of 124.94º degrees, saturation: 0.77, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #49E756 is Cyan = 0.68, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 73 | 231 | 86 | - |
| CMYK | 0.68 | 0 | 0.63 | 0.09 |
| HSL | 124.94º | 0.77% | 0.6% | - |
| HSV(B) | 124.94º | 0.68% | 0.91% | - |
| XYZ | 33 | 59.24 | 18.5 | - |
| YUV | 167.23 | 82.15 | 60.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 231 | 86 | 0.68 | 0 | 0.63 | 0.09 | 124.94 | 0.77 | 0.6 |
| Hex | 49 | E7 | 56 | 44 | 0 | 3F | 9 | 7D | 4D | 3C |
| Octal | 111 | 347 | 126 | 104 | 0 | 77 | 11 | 175 | 115 | 74 |
| Binary | 1001001 | 11100111 | 1010110 | 1000100 | 0 | 111111 | 1001 | 1111101 | 1001101 | 111100 |
Color Harmonies of #49E756
Complementary color
Monochromatic Colors of #49E756
Black with #49E756
Text Example
Text Example
White with #49E756
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49E756; }
p { color: rgb(73,231,86); }
H1.HeaderClassName
{
color: #49E756;
}
.AnyTagClassName
{
color: #49E756;
}
</style>
background-color css
<style>
a { background-color: #49E756; }
a { background-color: rgb(73,231,86); }
div.DivClassName
{
background-color: #49E756;
}
.BgClassName
{
background-color: #49E756;
}
</style>
border-color css
<style>
span { border-color: #49E756; }
span { border-color: rgb(73,231,86); }
td.TdClassName
{
border-color: #49E756;
}
.TagClassName
{
border-color: #49E756;
}
</style>