Shades of Screamin' Green #49EF5E
Tints of Screamin' Green #49EF5E
RGB
CMYK
RGB Variations
Color information
#49EF5E (or 0x49EF5E) is known color: Screamin' Green. HEX triplet: 49, EF and 5E. RGB value is (73,239,94). Sum of RGB (Red+Green+Blue) = 73+239+94=406 (53% of max value = 765). Red value is 73 (28.91% from 255 or 17.98% from 406); Green value is 239 (93.75% from 255 or 58.87% from 406); Blue value is 94 (37.11% from 255 or 23.15% from 406); Max value from RGB is 239 - color contains mainly: green. Hex color #49EF5E is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #49EF5E is #B610A1. Grayscale: #ADADAD. Windows color (decimal): -11931810 or 6221641. OLE color: 6221641.
HSL color Cylindrical-coordinate representation of color #49EF5E: hue angle of 127.59º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #49EF5E is Cyan = 0.69, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 73 | 239 | 94 | - |
| CMYK | 0.69 | 0 | 0.61 | 0.06 |
| HSL | 127.59º | 0.84% | 0.61% | - |
| HSV(B) | 127.59º | 0.69% | 0.94% | - |
| XYZ | 35.63 | 63.96 | 21.06 | - |
| YUV | 172.84 | 83.5 | 56.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 239 | 94 | 0.69 | 0 | 0.61 | 0.06 | 127.59 | 0.84 | 0.61 |
| Hex | 49 | EF | 5E | 45 | 0 | 3D | 6 | 80 | 54 | 3D |
| Octal | 111 | 357 | 136 | 105 | 0 | 75 | 6 | 200 | 124 | 75 |
| Binary | 1001001 | 11101111 | 1011110 | 1000101 | 0 | 111101 | 110 | 10000000 | 1010100 | 111101 |
Color Harmonies of #49EF5E
Complementary color
Monochromatic Colors of #49EF5E
Black with #49EF5E
Text Example
Text Example
White with #49EF5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49EF5E; }
p { color: rgb(73,239,94); }
H1.HeaderClassName
{
color: #49EF5E;
}
.AnyTagClassName
{
color: #49EF5E;
}
</style>
background-color css
<style>
a { background-color: #49EF5E; }
a { background-color: rgb(73,239,94); }
div.DivClassName
{
background-color: #49EF5E;
}
.BgClassName
{
background-color: #49EF5E;
}
</style>
border-color css
<style>
span { border-color: #49EF5E; }
span { border-color: rgb(73,239,94); }
td.TdClassName
{
border-color: #49EF5E;
}
.TagClassName
{
border-color: #49EF5E;
}
</style>