Shades of Screamin' Green #49EC4B
Tints of Screamin' Green #49EC4B
RGB
CMYK
RGB Variations
Color information
#49EC4B (or 0x49EC4B) is known color: Screamin' Green. HEX triplet: 49, EC and 4B. RGB value is (73,236,75). Sum of RGB (Red+Green+Blue) = 73+236+75=384 (50% of max value = 765). Red value is 73 (28.91% from 255 or 19.01% from 384); Green value is 236 (92.58% from 255 or 61.46% from 384); Blue value is 75 (29.69% from 255 or 19.53% from 384); Max value from RGB is 236 - color contains mainly: green. Hex color #49EC4B is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #49EC4B is #B613B4. Grayscale: #A9A9A9. Windows color (decimal): -11932597 or 4975689. OLE color: 4975689.
HSL color Cylindrical-coordinate representation of color #49EC4B: hue angle of 120.74º degrees, saturation: 0.81, 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 #49EC4B is Cyan = 0.69, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 73 | 236 | 75 | - |
| CMYK | 0.69 | 0 | 0.68 | 0.07 |
| HSL | 120.74º | 0.81% | 0.61% | - |
| HSV(B) | 120.74º | 0.69% | 0.93% | - |
| XYZ | 34.01 | 61.92 | 16.81 | - |
| YUV | 168.91 | 75 | 59.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 236 | 75 | 0.69 | 0 | 0.68 | 0.07 | 120.74 | 0.81 | 0.61 |
| Hex | 49 | EC | 4B | 45 | 0 | 44 | 7 | 79 | 51 | 3D |
| Octal | 111 | 354 | 113 | 105 | 0 | 104 | 7 | 171 | 121 | 75 |
| Binary | 1001001 | 11101100 | 1001011 | 1000101 | 0 | 1000100 | 111 | 1111001 | 1010001 | 111101 |
Color Harmonies of #49EC4B
Complementary color
Monochromatic Colors of #49EC4B
Black with #49EC4B
Text Example
Text Example
White with #49EC4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49EC4B; }
p { color: rgb(73,236,75); }
H1.HeaderClassName
{
color: #49EC4B;
}
.AnyTagClassName
{
color: #49EC4B;
}
</style>
background-color css
<style>
a { background-color: #49EC4B; }
a { background-color: rgb(73,236,75); }
div.DivClassName
{
background-color: #49EC4B;
}
.BgClassName
{
background-color: #49EC4B;
}
</style>
border-color css
<style>
span { border-color: #49EC4B; }
span { border-color: rgb(73,236,75); }
td.TdClassName
{
border-color: #49EC4B;
}
.TagClassName
{
border-color: #49EC4B;
}
</style>