Shades of Screamin' Green #49FE49
Tints of Screamin' Green #49FE49
RGB
CMYK
RGB Variations
Color information
#49FE49 (or 0x49FE49) is known color: Screamin' Green. HEX triplet: 49, FE and 49. RGB value is (73,254,73). Sum of RGB (Red+Green+Blue) = 73+254+73=400 (52% of max value = 765). Red value is 73 (28.91% from 255 or 18.25% from 400); Green value is 254 (99.61% from 255 or 63.5% from 400); Blue value is 73 (28.91% from 255 or 18.25% from 400); Max value from RGB is 254 - color contains mainly: green. Hex color #49FE49 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #49FE49 is #B601B6. Grayscale: #B3B3B3. Windows color (decimal): -11927991 or 4849225. OLE color: 4849225.
HSL color Cylindrical-coordinate representation of color #49FE49: hue angle of 120º 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 #49FE49 is Cyan = 0.71, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 73 | 254 | 73 | - |
| CMYK | 0.71 | 0 | 0.71 | 0.00 |
| HSL | 120º | 0.99% | 0.64% | - |
| HSV(B) | 120º | 0.71% | 1% | - |
| XYZ | 39.39 | 72.78 | 18.28 | - |
| YUV | 179.25 | 68.03 | 52.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 254 | 73 | 0.71 | 0 | 0.71 | 0.00 | 120 | 0.99 | 0.64 |
| Hex | 49 | FE | 49 | 47 | 0 | 47 | 0 | 78 | 63 | 40 |
| Octal | 111 | 376 | 111 | 107 | 0 | 107 | 0 | 170 | 143 | 100 |
| Binary | 1001001 | 11111110 | 1001001 | 1000111 | 0 | 1000111 | 0 | 1111000 | 1100011 | 1000000 |
Color Harmonies of #49FE49
Complementary color
Monochromatic Colors of #49FE49
Black with #49FE49
Text Example
Text Example
White with #49FE49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49FE49; }
p { color: rgb(73,254,73); }
H1.HeaderClassName
{
color: #49FE49;
}
.AnyTagClassName
{
color: #49FE49;
}
</style>
background-color css
<style>
a { background-color: #49FE49; }
a { background-color: rgb(73,254,73); }
div.DivClassName
{
background-color: #49FE49;
}
.BgClassName
{
background-color: #49FE49;
}
</style>
border-color css
<style>
span { border-color: #49FE49; }
span { border-color: rgb(73,254,73); }
td.TdClassName
{
border-color: #49FE49;
}
.TagClassName
{
border-color: #49FE49;
}
</style>