Shades of Screamin' Green #49EC6C
Tints of Screamin' Green #49EC6C
RGB
CMYK
RGB Variations
Color information
#49EC6C (or 0x49EC6C) is known color: Screamin' Green. HEX triplet: 49, EC and 6C. RGB value is (73,236,108). Sum of RGB (Red+Green+Blue) = 73+236+108=417 (55% of max value = 765). Red value is 73 (28.91% from 255 or 17.51% from 417); Green value is 236 (92.58% from 255 or 56.59% from 417); Blue value is 108 (42.58% from 255 or 25.90% from 417); Max value from RGB is 236 - color contains mainly: green. Hex color #49EC6C is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #49EC6C is #B61393. Grayscale: #ADADAD. Windows color (decimal): -11932564 or 7138377. OLE color: 7138377.
HSL color Cylindrical-coordinate representation of color #49EC6C: hue angle of 132.88º 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 #49EC6C is Cyan = 0.69, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 73 | 236 | 108 | - |
| CMYK | 0.69 | 0 | 0.54 | 0.07 |
| HSL | 132.88º | 0.81% | 0.61% | - |
| HSV(B) | 132.88º | 0.69% | 0.93% | - |
| XYZ | 35.45 | 62.49 | 24.38 | - |
| YUV | 172.67 | 91.5 | 56.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 236 | 108 | 0.69 | 0 | 0.54 | 0.07 | 132.88 | 0.81 | 0.61 |
| Hex | 49 | EC | 6C | 45 | 0 | 36 | 7 | 85 | 51 | 3D |
| Octal | 111 | 354 | 154 | 105 | 0 | 66 | 7 | 205 | 121 | 75 |
| Binary | 1001001 | 11101100 | 1101100 | 1000101 | 0 | 110110 | 111 | 10000101 | 1010001 | 111101 |
Color Harmonies of #49EC6C
Complementary color
Monochromatic Colors of #49EC6C
Black with #49EC6C
Text Example
Text Example
White with #49EC6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49EC6C; }
p { color: rgb(73,236,108); }
H1.HeaderClassName
{
color: #49EC6C;
}
.AnyTagClassName
{
color: #49EC6C;
}
</style>
background-color css
<style>
a { background-color: #49EC6C; }
a { background-color: rgb(73,236,108); }
div.DivClassName
{
background-color: #49EC6C;
}
.BgClassName
{
background-color: #49EC6C;
}
</style>
border-color css
<style>
span { border-color: #49EC6C; }
span { border-color: rgb(73,236,108); }
td.TdClassName
{
border-color: #49EC6C;
}
.TagClassName
{
border-color: #49EC6C;
}
</style>