Shades of Screamin' Green #50EC4D
Tints of Screamin' Green #50EC4D
RGB
CMYK
RGB Variations
Color information
#50EC4D (or 0x50EC4D) is known color: Screamin' Green. HEX triplet: 50, EC and 4D. RGB value is (80,236,77). Sum of RGB (Red+Green+Blue) = 80+236+77=393 (52% of max value = 765). Red value is 80 (31.64% from 255 or 20.36% from 393); Green value is 236 (92.58% from 255 or 60.05% from 393); Blue value is 77 (30.47% from 255 or 19.59% from 393); Max value from RGB is 236 - color contains mainly: green. Hex color #50EC4D is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #50EC4D is #AF13B2. Grayscale: #ABABAB. Windows color (decimal): -11473843 or 5106768. OLE color: 5106768.
HSL color Cylindrical-coordinate representation of color #50EC4D: hue angle of 118.87º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #50EC4D is Cyan = 0.66, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 80 | 236 | 77 | - |
| CMYK | 0.66 | 0 | 0.67 | 0.07 |
| HSL | 118.87º | 0.81% | 0.61% | - |
| HSV(B) | 118.87º | 0.67% | 0.93% | - |
| XYZ | 34.64 | 62.23 | 17.21 | - |
| YUV | 171.23 | 74.82 | 62.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 236 | 77 | 0.66 | 0 | 0.67 | 0.07 | 118.87 | 0.81 | 0.61 |
| Hex | 50 | EC | 4D | 42 | 0 | 43 | 7 | 77 | 51 | 3D |
| Octal | 120 | 354 | 115 | 102 | 0 | 103 | 7 | 167 | 121 | 75 |
| Binary | 1010000 | 11101100 | 1001101 | 1000010 | 0 | 1000011 | 111 | 1110111 | 1010001 | 111101 |
Color Harmonies of #50EC4D
Complementary color
Monochromatic Colors of #50EC4D
Black with #50EC4D
Text Example
Text Example
White with #50EC4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50EC4D; }
p { color: rgb(80,236,77); }
H1.HeaderClassName
{
color: #50EC4D;
}
.AnyTagClassName
{
color: #50EC4D;
}
</style>
background-color css
<style>
a { background-color: #50EC4D; }
a { background-color: rgb(80,236,77); }
div.DivClassName
{
background-color: #50EC4D;
}
.BgClassName
{
background-color: #50EC4D;
}
</style>
border-color css
<style>
span { border-color: #50EC4D; }
span { border-color: rgb(80,236,77); }
td.TdClassName
{
border-color: #50EC4D;
}
.TagClassName
{
border-color: #50EC4D;
}
</style>