Shades of Screamin' Green #49EC60
Tints of Screamin' Green #49EC60
RGB
CMYK
RGB Variations
Color information
#49EC60 (or 0x49EC60) is known color: Screamin' Green. HEX triplet: 49, EC and 60. RGB value is (73,236,96). Sum of RGB (Red+Green+Blue) = 73+236+96=405 (53% of max value = 765). Red value is 73 (28.91% from 255 or 18.02% from 405); Green value is 236 (92.58% from 255 or 58.27% from 405); Blue value is 96 (37.89% from 255 or 23.70% from 405); Max value from RGB is 236 - color contains mainly: green. Hex color #49EC60 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #49EC60 is #B6139F. Grayscale: #ABABAB. Windows color (decimal): -11932576 or 6351945. OLE color: 6351945.
HSL color Cylindrical-coordinate representation of color #49EC60: hue angle of 128.47º 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 #49EC60 is Cyan = 0.69, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 73 | 236 | 96 | - |
| CMYK | 0.69 | 0 | 0.59 | 0.07 |
| HSL | 128.47º | 0.81% | 0.61% | - |
| HSV(B) | 128.47º | 0.69% | 0.93% | - |
| XYZ | 34.85 | 62.25 | 21.25 | - |
| YUV | 171.3 | 85.5 | 57.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 236 | 96 | 0.69 | 0 | 0.59 | 0.07 | 128.47 | 0.81 | 0.61 |
| Hex | 49 | EC | 60 | 45 | 0 | 3B | 7 | 80 | 51 | 3D |
| Octal | 111 | 354 | 140 | 105 | 0 | 73 | 7 | 200 | 121 | 75 |
| Binary | 1001001 | 11101100 | 1100000 | 1000101 | 0 | 111011 | 111 | 10000000 | 1010001 | 111101 |
Color Harmonies of #49EC60
Complementary color
Monochromatic Colors of #49EC60
Black with #49EC60
Text Example
Text Example
White with #49EC60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49EC60; }
p { color: rgb(73,236,96); }
H1.HeaderClassName
{
color: #49EC60;
}
.AnyTagClassName
{
color: #49EC60;
}
</style>
background-color css
<style>
a { background-color: #49EC60; }
a { background-color: rgb(73,236,96); }
div.DivClassName
{
background-color: #49EC60;
}
.BgClassName
{
background-color: #49EC60;
}
</style>
border-color css
<style>
span { border-color: #49EC60; }
span { border-color: rgb(73,236,96); }
td.TdClassName
{
border-color: #49EC60;
}
.TagClassName
{
border-color: #49EC60;
}
</style>