Shades of Screamin' Green #50EC47
Tints of Screamin' Green #50EC47
RGB
CMYK
RGB Variations
Color information
#50EC47 (or 0x50EC47) is known color: Screamin' Green. HEX triplet: 50, EC and 47. RGB value is (80,236,71). Sum of RGB (Red+Green+Blue) = 80+236+71=387 (51% of max value = 765). Red value is 80 (31.64% from 255 or 20.67% from 387); Green value is 236 (92.58% from 255 or 60.98% from 387); Blue value is 71 (28.12% from 255 or 18.35% from 387); Max value from RGB is 236 - color contains mainly: green. Hex color #50EC47 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #50EC47 is #AF13B8. Grayscale: #ABABAB. Windows color (decimal): -11473849 or 4713552. OLE color: 4713552.
HSL color Cylindrical-coordinate representation of color #50EC47: hue angle of 116.73º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #50EC47 is Cyan = 0.66, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 80 | 236 | 71 | - |
| CMYK | 0.66 | 0 | 0.70 | 0.07 |
| HSL | 116.73º | 0.81% | 0.6% | - |
| HSV(B) | 116.73º | 0.7% | 0.93% | - |
| XYZ | 34.44 | 62.15 | 16.14 | - |
| YUV | 170.55 | 71.82 | 63.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 236 | 71 | 0.66 | 0 | 0.70 | 0.07 | 116.73 | 0.81 | 0.6 |
| Hex | 50 | EC | 47 | 42 | 0 | 46 | 7 | 75 | 51 | 3C |
| Octal | 120 | 354 | 107 | 102 | 0 | 106 | 7 | 165 | 121 | 74 |
| Binary | 1010000 | 11101100 | 1000111 | 1000010 | 0 | 1000110 | 111 | 1110101 | 1010001 | 111100 |
Color Harmonies of #50EC47
Complementary color
Monochromatic Colors of #50EC47
Black with #50EC47
Text Example
Text Example
White with #50EC47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50EC47; }
p { color: rgb(80,236,71); }
H1.HeaderClassName
{
color: #50EC47;
}
.AnyTagClassName
{
color: #50EC47;
}
</style>
background-color css
<style>
a { background-color: #50EC47; }
a { background-color: rgb(80,236,71); }
div.DivClassName
{
background-color: #50EC47;
}
.BgClassName
{
background-color: #50EC47;
}
</style>
border-color css
<style>
span { border-color: #50EC47; }
span { border-color: rgb(80,236,71); }
td.TdClassName
{
border-color: #50EC47;
}
.TagClassName
{
border-color: #50EC47;
}
</style>