Shades of Screamin' Green #49EC52
Tints of Screamin' Green #49EC52
RGB
CMYK
RGB Variations
Color information
#49EC52 (or 0x49EC52) is known color: Screamin' Green. HEX triplet: 49, EC and 52. RGB value is (73,236,82). Sum of RGB (Red+Green+Blue) = 73+236+82=391 (51% of max value = 765). Red value is 73 (28.91% from 255 or 18.67% from 391); Green value is 236 (92.58% from 255 or 60.36% from 391); Blue value is 82 (32.42% from 255 or 20.97% from 391); Max value from RGB is 236 - color contains mainly: green. Hex color #49EC52 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #49EC52 is #B613AD. Grayscale: #AAAAAA. Windows color (decimal): -11932590 or 5434441. OLE color: 5434441.
HSL color Cylindrical-coordinate representation of color #49EC52: hue angle of 123.31º 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 #49EC52 is Cyan = 0.69, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 73 | 236 | 82 | - |
| CMYK | 0.69 | 0 | 0.65 | 0.07 |
| HSL | 123.31º | 0.81% | 0.61% | - |
| HSV(B) | 123.31º | 0.69% | 0.93% | - |
| XYZ | 34.27 | 62.02 | 18.15 | - |
| YUV | 169.71 | 78.5 | 59.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 236 | 82 | 0.69 | 0 | 0.65 | 0.07 | 123.31 | 0.81 | 0.61 |
| Hex | 49 | EC | 52 | 45 | 0 | 41 | 7 | 7B | 51 | 3D |
| Octal | 111 | 354 | 122 | 105 | 0 | 101 | 7 | 173 | 121 | 75 |
| Binary | 1001001 | 11101100 | 1010010 | 1000101 | 0 | 1000001 | 111 | 1111011 | 1010001 | 111101 |
Color Harmonies of #49EC52
Complementary color
Monochromatic Colors of #49EC52
Black with #49EC52
Text Example
Text Example
White with #49EC52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49EC52; }
p { color: rgb(73,236,82); }
H1.HeaderClassName
{
color: #49EC52;
}
.AnyTagClassName
{
color: #49EC52;
}
</style>
background-color css
<style>
a { background-color: #49EC52; }
a { background-color: rgb(73,236,82); }
div.DivClassName
{
background-color: #49EC52;
}
.BgClassName
{
background-color: #49EC52;
}
</style>
border-color css
<style>
span { border-color: #49EC52; }
span { border-color: rgb(73,236,82); }
td.TdClassName
{
border-color: #49EC52;
}
.TagClassName
{
border-color: #49EC52;
}
</style>