Shades of Screamin' Green #50EC49
Tints of Screamin' Green #50EC49
RGB
CMYK
RGB Variations
Color information
#50EC49 (or 0x50EC49) is known color: Screamin' Green. HEX triplet: 50, EC and 49. RGB value is (80,236,73). Sum of RGB (Red+Green+Blue) = 80+236+73=389 (51% of max value = 765). Red value is 80 (31.64% from 255 or 20.57% from 389); Green value is 236 (92.58% from 255 or 60.67% from 389); Blue value is 73 (28.91% from 255 or 18.77% from 389); Max value from RGB is 236 - color contains mainly: green. Hex color #50EC49 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #50EC49 is #AF13B6. Grayscale: #ABABAB. Windows color (decimal): -11473847 or 4844624. OLE color: 4844624.
HSL color Cylindrical-coordinate representation of color #50EC49: hue angle of 117.42º 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 #50EC49 is Cyan = 0.66, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 80 | 236 | 73 | - |
| CMYK | 0.66 | 0 | 0.69 | 0.07 |
| HSL | 117.42º | 0.81% | 0.61% | - |
| HSV(B) | 117.42º | 0.69% | 0.93% | - |
| XYZ | 34.51 | 62.18 | 16.49 | - |
| YUV | 170.77 | 72.82 | 63.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 236 | 73 | 0.66 | 0 | 0.69 | 0.07 | 117.42 | 0.81 | 0.61 |
| Hex | 50 | EC | 49 | 42 | 0 | 45 | 7 | 75 | 51 | 3D |
| Octal | 120 | 354 | 111 | 102 | 0 | 105 | 7 | 165 | 121 | 75 |
| Binary | 1010000 | 11101100 | 1001001 | 1000010 | 0 | 1000101 | 111 | 1110101 | 1010001 | 111101 |
Color Harmonies of #50EC49
Complementary color
Monochromatic Colors of #50EC49
Black with #50EC49
Text Example
Text Example
White with #50EC49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50EC49; }
p { color: rgb(80,236,73); }
H1.HeaderClassName
{
color: #50EC49;
}
.AnyTagClassName
{
color: #50EC49;
}
</style>
background-color css
<style>
a { background-color: #50EC49; }
a { background-color: rgb(80,236,73); }
div.DivClassName
{
background-color: #50EC49;
}
.BgClassName
{
background-color: #50EC49;
}
</style>
border-color css
<style>
span { border-color: #50EC49; }
span { border-color: rgb(80,236,73); }
td.TdClassName
{
border-color: #50EC49;
}
.TagClassName
{
border-color: #50EC49;
}
</style>