Shades of Screamin' Green #49FE72
Tints of Screamin' Green #49FE72
RGB
CMYK
RGB Variations
Color information
#49FE72 (or 0x49FE72) is known color: Screamin' Green. HEX triplet: 49, FE and 72. RGB value is (73,254,114). Sum of RGB (Red+Green+Blue) = 73+254+114=441 (58% of max value = 765). Red value is 73 (28.91% from 255 or 16.55% from 441); Green value is 254 (99.61% from 255 or 57.60% from 441); Blue value is 114 (44.92% from 255 or 25.85% from 441); Max value from RGB is 254 - color contains mainly: green. Hex color #49FE72 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #49FE72 is #B6018D. Grayscale: #B8B8B8. Windows color (decimal): -11927950 or 7536201. OLE color: 7536201.
HSL color Cylindrical-coordinate representation of color #49FE72: hue angle of 133.59º 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 #49FE72 is Cyan = 0.71, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 73 | 254 | 114 | - |
| CMYK | 0.71 | 0 | 0.55 | 0.00 |
| HSL | 133.59º | 0.99% | 0.64% | - |
| HSV(B) | 133.59º | 0.71% | 1% | - |
| XYZ | 41.23 | 73.52 | 27.94 | - |
| YUV | 183.92 | 88.53 | 48.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 254 | 114 | 0.71 | 0 | 0.55 | 0.00 | 133.59 | 0.99 | 0.64 |
| Hex | 49 | FE | 72 | 47 | 0 | 37 | 0 | 86 | 63 | 40 |
| Octal | 111 | 376 | 162 | 107 | 0 | 67 | 0 | 206 | 143 | 100 |
| Binary | 1001001 | 11111110 | 1110010 | 1000111 | 0 | 110111 | 0 | 10000110 | 1100011 | 1000000 |
Color Harmonies of #49FE72
Complementary color
Monochromatic Colors of #49FE72
Black with #49FE72
Text Example
Text Example
White with #49FE72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49FE72; }
p { color: rgb(73,254,114); }
H1.HeaderClassName
{
color: #49FE72;
}
.AnyTagClassName
{
color: #49FE72;
}
</style>
background-color css
<style>
a { background-color: #49FE72; }
a { background-color: rgb(73,254,114); }
div.DivClassName
{
background-color: #49FE72;
}
.BgClassName
{
background-color: #49FE72;
}
</style>
border-color css
<style>
span { border-color: #49FE72; }
span { border-color: rgb(73,254,114); }
td.TdClassName
{
border-color: #49FE72;
}
.TagClassName
{
border-color: #49FE72;
}
</style>