Shades of Screamin' Green #49FF4E
Tints of Screamin' Green #49FF4E
RGB
CMYK
RGB Variations
Color information
#49FF4E (or 0x49FF4E) is known color: Screamin' Green. HEX triplet: 49, FF and 4E. RGB value is (73,255,78). Sum of RGB (Red+Green+Blue) = 73+255+78=406 (53% of max value = 765). Red value is 73 (28.91% from 255 or 17.98% from 406); Green value is 255 (100% from 255 or 62.81% from 406); Blue value is 78 (30.86% from 255 or 19.21% from 406); Max value from RGB is 255 - color contains mainly: green. Hex color #49FF4E is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #49FF4E is #B600B1. Grayscale: #B4B4B4. Windows color (decimal): -11927730 or 5177161. OLE color: 5177161.
HSL color Cylindrical-coordinate representation of color #49FF4E: hue angle of 121.65º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #49FF4E is Cyan = 0.71, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.
Color convert
| RGB | 73 | 255 | 78 | - |
| CMYK | 0.71 | 0 | 0.69 | 0 |
| HSL | 121.65º | 1% | 0.64% | - |
| HSV(B) | 121.65º | 0.71% | 1% | - |
| XYZ | 39.88 | 73.49 | 19.29 | - |
| YUV | 180.4 | 70.2 | 51.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 255 | 78 | 0.71 | 0 | 0.69 | 0 | 121.65 | 1 | 0.64 |
| Hex | 49 | FF | 4E | 47 | 0 | 45 | 0 | 7A | 64 | 40 |
| Octal | 111 | 377 | 116 | 107 | 0 | 105 | 0 | 172 | 144 | 100 |
| Binary | 1001001 | 11111111 | 1001110 | 1000111 | 0 | 1000101 | 0 | 1111010 | 1100100 | 1000000 |
Color Harmonies of #49FF4E
Complementary color
Monochromatic Colors of #49FF4E
Black with #49FF4E
Text Example
Text Example
White with #49FF4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49FF4E; }
p { color: rgb(73,255,78); }
H1.HeaderClassName
{
color: #49FF4E;
}
.AnyTagClassName
{
color: #49FF4E;
}
</style>
background-color css
<style>
a { background-color: #49FF4E; }
a { background-color: rgb(73,255,78); }
div.DivClassName
{
background-color: #49FF4E;
}
.BgClassName
{
background-color: #49FF4E;
}
</style>
border-color css
<style>
span { border-color: #49FF4E; }
span { border-color: rgb(73,255,78); }
td.TdClassName
{
border-color: #49FF4E;
}
.TagClassName
{
border-color: #49FF4E;
}
</style>