Shades of Screamin' Green #49EC4E
Tints of Screamin' Green #49EC4E
RGB
CMYK
RGB Variations
Color information
#49EC4E (or 0x49EC4E) is known color: Screamin' Green. HEX triplet: 49, EC and 4E. RGB value is (73,236,78). Sum of RGB (Red+Green+Blue) = 73+236+78=387 (51% of max value = 765). Red value is 73 (28.91% from 255 or 18.86% from 387); Green value is 236 (92.58% from 255 or 60.98% from 387); Blue value is 78 (30.86% from 255 or 20.16% from 387); Max value from RGB is 236 - color contains mainly: green. Hex color #49EC4E is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #49EC4E is #B613B1. Grayscale: #A9A9A9. Windows color (decimal): -11932594 or 5172297. OLE color: 5172297.
HSL color Cylindrical-coordinate representation of color #49EC4E: hue angle of 121.84º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #49EC4E is Cyan = 0.69, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 73 | 236 | 78 | - |
| CMYK | 0.69 | 0 | 0.67 | 0.07 |
| HSL | 121.84º | 0.81% | 0.61% | - |
| HSV(B) | 121.84º | 0.69% | 0.93% | - |
| XYZ | 34.12 | 61.96 | 17.37 | - |
| YUV | 169.25 | 76.5 | 59.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 236 | 78 | 0.69 | 0 | 0.67 | 0.07 | 121.84 | 0.81 | 0.61 |
| Hex | 49 | EC | 4E | 45 | 0 | 43 | 7 | 7A | 51 | 3D |
| Octal | 111 | 354 | 116 | 105 | 0 | 103 | 7 | 172 | 121 | 75 |
| Binary | 1001001 | 11101100 | 1001110 | 1000101 | 0 | 1000011 | 111 | 1111010 | 1010001 | 111101 |
Color Harmonies of #49EC4E
Complementary color
Monochromatic Colors of #49EC4E
Black with #49EC4E
Text Example
Text Example
White with #49EC4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49EC4E; }
p { color: rgb(73,236,78); }
H1.HeaderClassName
{
color: #49EC4E;
}
.AnyTagClassName
{
color: #49EC4E;
}
</style>
background-color css
<style>
a { background-color: #49EC4E; }
a { background-color: rgb(73,236,78); }
div.DivClassName
{
background-color: #49EC4E;
}
.BgClassName
{
background-color: #49EC4E;
}
</style>
border-color css
<style>
span { border-color: #49EC4E; }
span { border-color: rgb(73,236,78); }
td.TdClassName
{
border-color: #49EC4E;
}
.TagClassName
{
border-color: #49EC4E;
}
</style>