Shades of Screamin' Green #49FE4D
Tints of Screamin' Green #49FE4D
RGB
CMYK
RGB Variations
Color information
#49FE4D (or 0x49FE4D) is known color: Screamin' Green. HEX triplet: 49, FE and 4D. RGB value is (73,254,77). Sum of RGB (Red+Green+Blue) = 73+254+77=404 (53% of max value = 765). Red value is 73 (28.91% from 255 or 18.07% from 404); Green value is 254 (99.61% from 255 or 62.87% from 404); Blue value is 77 (30.47% from 255 or 19.06% from 404); Max value from RGB is 254 - color contains mainly: green. Hex color #49FE4D is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #49FE4D is #B601B2. Grayscale: #B4B4B4. Windows color (decimal): -11927987 or 5111369. OLE color: 5111369.
HSL color Cylindrical-coordinate representation of color #49FE4D: hue angle of 121.33º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #49FE4D is Cyan = 0.71, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 73 | 254 | 77 | - |
| CMYK | 0.71 | 0 | 0.70 | 0.00 |
| HSL | 121.33º | 0.99% | 0.64% | - |
| HSV(B) | 121.33º | 0.71% | 1% | - |
| XYZ | 39.53 | 72.84 | 19 | - |
| YUV | 179.7 | 70.03 | 51.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 254 | 77 | 0.71 | 0 | 0.70 | 0.00 | 121.33 | 0.99 | 0.64 |
| Hex | 49 | FE | 4D | 47 | 0 | 46 | 0 | 79 | 63 | 40 |
| Octal | 111 | 376 | 115 | 107 | 0 | 106 | 0 | 171 | 143 | 100 |
| Binary | 1001001 | 11111110 | 1001101 | 1000111 | 0 | 1000110 | 0 | 1111001 | 1100011 | 1000000 |
Color Harmonies of #49FE4D
Complementary color
Monochromatic Colors of #49FE4D
Black with #49FE4D
Text Example
Text Example
White with #49FE4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49FE4D; }
p { color: rgb(73,254,77); }
H1.HeaderClassName
{
color: #49FE4D;
}
.AnyTagClassName
{
color: #49FE4D;
}
</style>
background-color css
<style>
a { background-color: #49FE4D; }
a { background-color: rgb(73,254,77); }
div.DivClassName
{
background-color: #49FE4D;
}
.BgClassName
{
background-color: #49FE4D;
}
</style>
border-color css
<style>
span { border-color: #49FE4D; }
span { border-color: rgb(73,254,77); }
td.TdClassName
{
border-color: #49FE4D;
}
.TagClassName
{
border-color: #49FE4D;
}
</style>