Shades of Screamin' Green #49FE5B
Tints of Screamin' Green #49FE5B
RGB
CMYK
RGB Variations
Color information
#49FE5B (or 0x49FE5B) is known color: Screamin' Green. HEX triplet: 49, FE and 5B. RGB value is (73,254,91). Sum of RGB (Red+Green+Blue) = 73+254+91=418 (55% of max value = 765). Red value is 73 (28.91% from 255 or 17.46% from 418); Green value is 254 (99.61% from 255 or 60.77% from 418); Blue value is 91 (35.94% from 255 or 21.77% from 418); Max value from RGB is 254 - color contains mainly: green. Hex color #49FE5B is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #49FE5B is #B601A4. Grayscale: #B5B5B5. Windows color (decimal): -11927973 or 6028873. OLE color: 6028873.
HSL color Cylindrical-coordinate representation of color #49FE5B: hue angle of 125.97º 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 #49FE5B is Cyan = 0.71, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 73 | 254 | 91 | - |
| CMYK | 0.71 | 0 | 0.64 | 0.00 |
| HSL | 125.97º | 0.99% | 0.64% | - |
| HSV(B) | 125.97º | 0.71% | 1% | - |
| XYZ | 40.08 | 73.06 | 21.89 | - |
| YUV | 181.3 | 77.03 | 50.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 254 | 91 | 0.71 | 0 | 0.64 | 0.00 | 125.97 | 0.99 | 0.64 |
| Hex | 49 | FE | 5B | 47 | 0 | 40 | 0 | 7E | 63 | 40 |
| Octal | 111 | 376 | 133 | 107 | 0 | 100 | 0 | 176 | 143 | 100 |
| Binary | 1001001 | 11111110 | 1011011 | 1000111 | 0 | 1000000 | 0 | 1111110 | 1100011 | 1000000 |
Color Harmonies of #49FE5B
Complementary color
Monochromatic Colors of #49FE5B
Black with #49FE5B
Text Example
Text Example
White with #49FE5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49FE5B; }
p { color: rgb(73,254,91); }
H1.HeaderClassName
{
color: #49FE5B;
}
.AnyTagClassName
{
color: #49FE5B;
}
</style>
background-color css
<style>
a { background-color: #49FE5B; }
a { background-color: rgb(73,254,91); }
div.DivClassName
{
background-color: #49FE5B;
}
.BgClassName
{
background-color: #49FE5B;
}
</style>
border-color css
<style>
span { border-color: #49FE5B; }
span { border-color: rgb(73,254,91); }
td.TdClassName
{
border-color: #49FE5B;
}
.TagClassName
{
border-color: #49FE5B;
}
</style>