Shades of Screamin' Green #49ED5E
Tints of Screamin' Green #49ED5E
RGB
CMYK
RGB Variations
Color information
#49ED5E (or 0x49ED5E) is known color: Screamin' Green. HEX triplet: 49, ED and 5E. RGB value is (73,237,94). Sum of RGB (Red+Green+Blue) = 73+237+94=404 (53% of max value = 765). Red value is 73 (28.91% from 255 or 18.07% from 404); Green value is 237 (92.97% from 255 or 58.66% from 404); Blue value is 94 (37.11% from 255 or 23.27% from 404); Max value from RGB is 237 - color contains mainly: green. Hex color #49ED5E is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #49ED5E is #B612A1. Grayscale: #ACACAC. Windows color (decimal): -11932322 or 6221129. OLE color: 6221129.
HSL color Cylindrical-coordinate representation of color #49ED5E: hue angle of 127.68º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #49ED5E is Cyan = 0.69, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 73 | 237 | 94 | - |
| CMYK | 0.69 | 0 | 0.60 | 0.07 |
| HSL | 127.68º | 0.82% | 0.61% | - |
| HSV(B) | 127.68º | 0.69% | 0.93% | - |
| XYZ | 35.05 | 62.79 | 20.86 | - |
| YUV | 171.66 | 84.17 | 57.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 237 | 94 | 0.69 | 0 | 0.60 | 0.07 | 127.68 | 0.82 | 0.61 |
| Hex | 49 | ED | 5E | 45 | 0 | 3C | 7 | 80 | 52 | 3D |
| Octal | 111 | 355 | 136 | 105 | 0 | 74 | 7 | 200 | 122 | 75 |
| Binary | 1001001 | 11101101 | 1011110 | 1000101 | 0 | 111100 | 111 | 10000000 | 1010010 | 111101 |
Color Harmonies of #49ED5E
Complementary color
Monochromatic Colors of #49ED5E
Black with #49ED5E
Text Example
Text Example
White with #49ED5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49ED5E; }
p { color: rgb(73,237,94); }
H1.HeaderClassName
{
color: #49ED5E;
}
.AnyTagClassName
{
color: #49ED5E;
}
</style>
background-color css
<style>
a { background-color: #49ED5E; }
a { background-color: rgb(73,237,94); }
div.DivClassName
{
background-color: #49ED5E;
}
.BgClassName
{
background-color: #49ED5E;
}
</style>
border-color css
<style>
span { border-color: #49ED5E; }
span { border-color: rgb(73,237,94); }
td.TdClassName
{
border-color: #49ED5E;
}
.TagClassName
{
border-color: #49ED5E;
}
</style>