Shades of Screamin' Green #49FE8C
Tints of Screamin' Green #49FE8C
RGB
CMYK
RGB Variations
Color information
#49FE8C (or 0x49FE8C) is known color: Screamin' Green. HEX triplet: 49, FE and 8C. RGB value is (73,254,140). Sum of RGB (Red+Green+Blue) = 73+254+140=467 (61% of max value = 765). Red value is 73 (28.91% from 255 or 15.63% from 467); Green value is 254 (99.61% from 255 or 54.39% from 467); Blue value is 140 (55.08% from 255 or 29.98% from 467); Max value from RGB is 254 - color contains mainly: green. Hex color #49FE8C is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #49FE8C is #B60173. Grayscale: #BBBBBB. Windows color (decimal): -11927924 or 9240137. OLE color: 9240137.
HSL color Cylindrical-coordinate representation of color #49FE8C: hue angle of 142.21º 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 #49FE8C is Cyan = 0.71, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 73 | 254 | 140 | - |
| CMYK | 0.71 | 0 | 0.45 | 0.00 |
| HSL | 142.21º | 0.99% | 0.64% | - |
| HSV(B) | 142.21º | 0.71% | 1% | - |
| XYZ | 42.92 | 74.19 | 36.87 | - |
| YUV | 186.89 | 101.53 | 46.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 254 | 140 | 0.71 | 0 | 0.45 | 0.00 | 142.21 | 0.99 | 0.64 |
| Hex | 49 | FE | 8C | 47 | 0 | 2D | 0 | 8E | 63 | 40 |
| Octal | 111 | 376 | 214 | 107 | 0 | 55 | 0 | 216 | 143 | 100 |
| Binary | 1001001 | 11111110 | 10001100 | 1000111 | 0 | 101101 | 0 | 10001110 | 1100011 | 1000000 |
Color Harmonies of #49FE8C
Complementary color
Monochromatic Colors of #49FE8C
Black with #49FE8C
Text Example
Text Example
White with #49FE8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49FE8C; }
p { color: rgb(73,254,140); }
H1.HeaderClassName
{
color: #49FE8C;
}
.AnyTagClassName
{
color: #49FE8C;
}
</style>
background-color css
<style>
a { background-color: #49FE8C; }
a { background-color: rgb(73,254,140); }
div.DivClassName
{
background-color: #49FE8C;
}
.BgClassName
{
background-color: #49FE8C;
}
</style>
border-color css
<style>
span { border-color: #49FE8C; }
span { border-color: rgb(73,254,140); }
td.TdClassName
{
border-color: #49FE8C;
}
.TagClassName
{
border-color: #49FE8C;
}
</style>