Shades of Screamin' Green #49FC7C
Tints of Screamin' Green #49FC7C
RGB
CMYK
RGB Variations
Color information
#49FC7C (or 0x49FC7C) is known color: Screamin' Green. HEX triplet: 49, FC and 7C. RGB value is (73,252,124). Sum of RGB (Red+Green+Blue) = 73+252+124=449 (59% of max value = 765). Red value is 73 (28.91% from 255 or 16.26% from 449); Green value is 252 (98.83% from 255 or 56.12% from 449); Blue value is 124 (48.83% from 255 or 27.62% from 449); Max value from RGB is 252 - color contains mainly: green. Hex color #49FC7C is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #49FC7C is #B60383. Grayscale: #B8B8B8. Windows color (decimal): -11928452 or 8191049. OLE color: 8191049.
HSL color Cylindrical-coordinate representation of color #49FC7C: hue angle of 137.09º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #49FC7C is Cyan = 0.71, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 73 | 252 | 124 | - |
| CMYK | 0.71 | 0 | 0.51 | 0.01 |
| HSL | 137.1º | 0.97% | 0.64% | - |
| HSV(B) | 137.1º | 0.71% | 0.99% | - |
| XYZ | 41.2 | 72.49 | 30.89 | - |
| YUV | 183.89 | 94.2 | 48.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 252 | 124 | 0.71 | 0 | 0.51 | 0.01 | 137.1 | 0.97 | 0.64 |
| Hex | 49 | FC | 7C | 47 | 0 | 33 | 1 | 89 | 61 | 40 |
| Octal | 111 | 374 | 174 | 107 | 0 | 63 | 1 | 211 | 141 | 100 |
| Binary | 1001001 | 11111100 | 1111100 | 1000111 | 0 | 110011 | 1 | 10001001 | 1100001 | 1000000 |
Color Harmonies of #49FC7C
Complementary color
Monochromatic Colors of #49FC7C
Black with #49FC7C
Text Example
Text Example
White with #49FC7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49FC7C; }
p { color: rgb(73,252,124); }
H1.HeaderClassName
{
color: #49FC7C;
}
.AnyTagClassName
{
color: #49FC7C;
}
</style>
background-color css
<style>
a { background-color: #49FC7C; }
a { background-color: rgb(73,252,124); }
div.DivClassName
{
background-color: #49FC7C;
}
.BgClassName
{
background-color: #49FC7C;
}
</style>
border-color css
<style>
span { border-color: #49FC7C; }
span { border-color: rgb(73,252,124); }
td.TdClassName
{
border-color: #49FC7C;
}
.TagClassName
{
border-color: #49FC7C;
}
</style>