Shades of Screamin' Green #49FF7F
Tints of Screamin' Green #49FF7F
RGB
CMYK
RGB Variations
Color information
#49FF7F (or 0x49FF7F) is known color: Screamin' Green. HEX triplet: 49, FF and 7F. RGB value is (73,255,127). Sum of RGB (Red+Green+Blue) = 73+255+127=455 (60% of max value = 765). Red value is 73 (28.91% from 255 or 16.04% from 455); Green value is 255 (100% from 255 or 56.04% from 455); Blue value is 127 (50% from 255 or 27.91% from 455); Max value from RGB is 255 - color contains mainly: green. Hex color #49FF7F is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #49FF7F is #B60080. Grayscale: #BABABA. Windows color (decimal): -11927681 or 8388425. OLE color: 8388425.
HSL color Cylindrical-coordinate representation of color #49FF7F: hue angle of 137.8º 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 #49FF7F is Cyan = 0.71, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.
Color convert
| RGB | 73 | 255 | 127 | - |
| CMYK | 0.71 | 0 | 0.50 | 0 |
| HSL | 137.8º | 1% | 0.64% | - |
| HSV(B) | 137.8º | 0.71% | 1% | - |
| XYZ | 42.34 | 74.47 | 32.22 | - |
| YUV | 185.99 | 94.7 | 47.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 255 | 127 | 0.71 | 0 | 0.50 | 0 | 137.8 | 1 | 0.64 |
| Hex | 49 | FF | 7F | 47 | 0 | 32 | 0 | 8A | 64 | 40 |
| Octal | 111 | 377 | 177 | 107 | 0 | 62 | 0 | 212 | 144 | 100 |
| Binary | 1001001 | 11111111 | 1111111 | 1000111 | 0 | 110010 | 0 | 10001010 | 1100100 | 1000000 |
Color Harmonies of #49FF7F
Complementary color
Monochromatic Colors of #49FF7F
Black with #49FF7F
Text Example
Text Example
White with #49FF7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49FF7F; }
p { color: rgb(73,255,127); }
H1.HeaderClassName
{
color: #49FF7F;
}
.AnyTagClassName
{
color: #49FF7F;
}
</style>
background-color css
<style>
a { background-color: #49FF7F; }
a { background-color: rgb(73,255,127); }
div.DivClassName
{
background-color: #49FF7F;
}
.BgClassName
{
background-color: #49FF7F;
}
</style>
border-color css
<style>
span { border-color: #49FF7F; }
span { border-color: rgb(73,255,127); }
td.TdClassName
{
border-color: #49FF7F;
}
.TagClassName
{
border-color: #49FF7F;
}
</style>