Shades of Screamin' Green #49FE7F
Tints of Screamin' Green #49FE7F
RGB
CMYK
RGB Variations
Color information
#49FE7F (or 0x49FE7F) is known color: Screamin' Green. HEX triplet: 49, FE and 7F. RGB value is (73,254,127). Sum of RGB (Red+Green+Blue) = 73+254+127=454 (60% of max value = 765). Red value is 73 (28.91% from 255 or 16.08% from 454); Green value is 254 (99.61% from 255 or 55.95% from 454); Blue value is 127 (50% from 255 or 27.97% from 454); Max value from RGB is 254 - color contains mainly: green. Hex color #49FE7F is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #49FE7F is #B60180. Grayscale: #B9B9B9. Windows color (decimal): -11927937 or 8388169. OLE color: 8388169.
HSL color Cylindrical-coordinate representation of color #49FE7F: hue angle of 137.9º 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 #49FE7F is Cyan = 0.71, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 73 | 254 | 127 | - |
| CMYK | 0.71 | 0 | 0.50 | 0.00 |
| HSL | 137.9º | 0.99% | 0.64% | - |
| HSV(B) | 137.9º | 0.71% | 1% | - |
| XYZ | 42.02 | 73.83 | 32.12 | - |
| YUV | 185.4 | 95.03 | 47.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 254 | 127 | 0.71 | 0 | 0.50 | 0.00 | 137.9 | 0.99 | 0.64 |
| Hex | 49 | FE | 7F | 47 | 0 | 32 | 0 | 8A | 63 | 40 |
| Octal | 111 | 376 | 177 | 107 | 0 | 62 | 0 | 212 | 143 | 100 |
| Binary | 1001001 | 11111110 | 1111111 | 1000111 | 0 | 110010 | 0 | 10001010 | 1100011 | 1000000 |
Color Harmonies of #49FE7F
Complementary color
Monochromatic Colors of #49FE7F
Black with #49FE7F
Text Example
Text Example
White with #49FE7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49FE7F; }
p { color: rgb(73,254,127); }
H1.HeaderClassName
{
color: #49FE7F;
}
.AnyTagClassName
{
color: #49FE7F;
}
</style>
background-color css
<style>
a { background-color: #49FE7F; }
a { background-color: rgb(73,254,127); }
div.DivClassName
{
background-color: #49FE7F;
}
.BgClassName
{
background-color: #49FE7F;
}
</style>
border-color css
<style>
span { border-color: #49FE7F; }
span { border-color: rgb(73,254,127); }
td.TdClassName
{
border-color: #49FE7F;
}
.TagClassName
{
border-color: #49FE7F;
}
</style>