Shades of Screamin' Green #50EC50
Tints of Screamin' Green #50EC50
RGB
CMYK
RGB Variations
Color information
#50EC50 (or 0x50EC50) is known color: Screamin' Green. HEX triplet: 50, EC and 50. RGB value is (80,236,80). Sum of RGB (Red+Green+Blue) = 80+236+80=396 (52% of max value = 765). Red value is 80 (31.64% from 255 or 20.20% from 396); Green value is 236 (92.58% from 255 or 59.60% from 396); Blue value is 80 (31.64% from 255 or 20.20% from 396); Max value from RGB is 236 - color contains mainly: green. Hex color #50EC50 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #50EC50 is #AF13AF. Grayscale: #ACACAC. Windows color (decimal): -11473840 or 5303376. OLE color: 5303376.
HSL color Cylindrical-coordinate representation of color #50EC50: hue angle of 120º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #50EC50 is Cyan = 0.66, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 80 | 236 | 80 | - |
| CMYK | 0.66 | 0 | 0.66 | 0.07 |
| HSL | 120º | 0.8% | 0.62% | - |
| HSV(B) | 120º | 0.66% | 0.93% | - |
| XYZ | 34.75 | 62.28 | 17.78 | - |
| YUV | 171.57 | 76.32 | 62.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 236 | 80 | 0.66 | 0 | 0.66 | 0.07 | 120 | 0.8 | 0.62 |
| Hex | 50 | EC | 50 | 42 | 0 | 42 | 7 | 78 | 50 | 3E |
| Octal | 120 | 354 | 120 | 102 | 0 | 102 | 7 | 170 | 120 | 76 |
| Binary | 1010000 | 11101100 | 1010000 | 1000010 | 0 | 1000010 | 111 | 1111000 | 1010000 | 111110 |
Color Harmonies of #50EC50
Complementary color
Monochromatic Colors of #50EC50
Black with #50EC50
Text Example
Text Example
White with #50EC50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50EC50; }
p { color: rgb(80,236,80); }
H1.HeaderClassName
{
color: #50EC50;
}
.AnyTagClassName
{
color: #50EC50;
}
</style>
background-color css
<style>
a { background-color: #50EC50; }
a { background-color: rgb(80,236,80); }
div.DivClassName
{
background-color: #50EC50;
}
.BgClassName
{
background-color: #50EC50;
}
</style>
border-color css
<style>
span { border-color: #50EC50; }
span { border-color: rgb(80,236,80); }
td.TdClassName
{
border-color: #50EC50;
}
.TagClassName
{
border-color: #50EC50;
}
</style>