Shades of Screamin' Green #49F04D
Tints of Screamin' Green #49F04D
RGB
CMYK
RGB Variations
Color information
#49F04D (or 0x49F04D) is known color: Screamin' Green. HEX triplet: 49, F0 and 4D. RGB value is (73,240,77). Sum of RGB (Red+Green+Blue) = 73+240+77=390 (51% of max value = 765). Red value is 73 (28.91% from 255 or 18.72% from 390); Green value is 240 (94.14% from 255 or 61.54% from 390); Blue value is 77 (30.47% from 255 or 19.74% from 390); Max value from RGB is 240 - color contains mainly: green. Hex color #49F04D is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #49F04D is #B60FB2. Grayscale: #ABABAB. Windows color (decimal): -11931571 or 5107785. OLE color: 5107785.
HSL color Cylindrical-coordinate representation of color #49F04D: hue angle of 121.44º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #49F04D is Cyan = 0.70, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 73 | 240 | 77 | - |
| CMYK | 0.70 | 0 | 0.68 | 0.06 |
| HSL | 121.44º | 0.85% | 0.61% | - |
| HSV(B) | 121.44º | 0.7% | 0.94% | - |
| XYZ | 35.25 | 64.27 | 17.57 | - |
| YUV | 171.49 | 74.67 | 57.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 240 | 77 | 0.70 | 0 | 0.68 | 0.06 | 121.44 | 0.85 | 0.61 |
| Hex | 49 | F0 | 4D | 46 | 0 | 44 | 6 | 79 | 55 | 3D |
| Octal | 111 | 360 | 115 | 106 | 0 | 104 | 6 | 171 | 125 | 75 |
| Binary | 1001001 | 11110000 | 1001101 | 1000110 | 0 | 1000100 | 110 | 1111001 | 1010101 | 111101 |
Color Harmonies of #49F04D
Complementary color
Monochromatic Colors of #49F04D
Black with #49F04D
Text Example
Text Example
White with #49F04D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49F04D; }
p { color: rgb(73,240,77); }
H1.HeaderClassName
{
color: #49F04D;
}
.AnyTagClassName
{
color: #49F04D;
}
</style>
background-color css
<style>
a { background-color: #49F04D; }
a { background-color: rgb(73,240,77); }
div.DivClassName
{
background-color: #49F04D;
}
.BgClassName
{
background-color: #49F04D;
}
</style>
border-color css
<style>
span { border-color: #49F04D; }
span { border-color: rgb(73,240,77); }
td.TdClassName
{
border-color: #49F04D;
}
.TagClassName
{
border-color: #49F04D;
}
</style>