Shades of Screamin' Green #49FE7E
Tints of Screamin' Green #49FE7E
RGB
CMYK
RGB Variations
Color information
#49FE7E (or 0x49FE7E) is known color: Screamin' Green. HEX triplet: 49, FE and 7E. RGB value is (73,254,126). Sum of RGB (Red+Green+Blue) = 73+254+126=453 (60% of max value = 765). Red value is 73 (28.91% from 255 or 16.11% from 453); Green value is 254 (99.61% from 255 or 56.07% from 453); Blue value is 126 (49.61% from 255 or 27.81% from 453); Max value from RGB is 254 - color contains mainly: green. Hex color #49FE7E is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #49FE7E is #B60181. Grayscale: #B9B9B9. Windows color (decimal): -11927938 or 8322633. OLE color: 8322633.
HSL color Cylindrical-coordinate representation of color #49FE7E: hue angle of 137.57º 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 #49FE7E is Cyan = 0.71, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 73 | 254 | 126 | - |
| CMYK | 0.71 | 0 | 0.50 | 0.00 |
| HSL | 137.57º | 0.99% | 0.64% | - |
| HSV(B) | 137.57º | 0.71% | 1% | - |
| XYZ | 41.96 | 73.81 | 31.77 | - |
| YUV | 185.29 | 94.53 | 47.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 254 | 126 | 0.71 | 0 | 0.50 | 0.00 | 137.57 | 0.99 | 0.64 |
| Hex | 49 | FE | 7E | 47 | 0 | 32 | 0 | 8A | 63 | 40 |
| Octal | 111 | 376 | 176 | 107 | 0 | 62 | 0 | 212 | 143 | 100 |
| Binary | 1001001 | 11111110 | 1111110 | 1000111 | 0 | 110010 | 0 | 10001010 | 1100011 | 1000000 |
Color Harmonies of #49FE7E
Complementary color
Monochromatic Colors of #49FE7E
Black with #49FE7E
Text Example
Text Example
White with #49FE7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49FE7E; }
p { color: rgb(73,254,126); }
H1.HeaderClassName
{
color: #49FE7E;
}
.AnyTagClassName
{
color: #49FE7E;
}
</style>
background-color css
<style>
a { background-color: #49FE7E; }
a { background-color: rgb(73,254,126); }
div.DivClassName
{
background-color: #49FE7E;
}
.BgClassName
{
background-color: #49FE7E;
}
</style>
border-color css
<style>
span { border-color: #49FE7E; }
span { border-color: rgb(73,254,126); }
td.TdClassName
{
border-color: #49FE7E;
}
.TagClassName
{
border-color: #49FE7E;
}
</style>