Shades of Screamin' Green #50EC4A
Tints of Screamin' Green #50EC4A
RGB
CMYK
RGB Variations
Color information
#50EC4A (or 0x50EC4A) is known color: Screamin' Green. HEX triplet: 50, EC and 4A. RGB value is (80,236,74). Sum of RGB (Red+Green+Blue) = 80+236+74=390 (51% of max value = 765). Red value is 80 (31.64% from 255 or 20.51% from 390); Green value is 236 (92.58% from 255 or 60.51% from 390); Blue value is 74 (29.30% from 255 or 18.97% from 390); Max value from RGB is 236 - color contains mainly: green. Hex color #50EC4A is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #50EC4A is #AF13B5. Grayscale: #ABABAB. Windows color (decimal): -11473846 or 4910160. OLE color: 4910160.
HSL color Cylindrical-coordinate representation of color #50EC4A: hue angle of 117.78º 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 #50EC4A is Cyan = 0.66, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 80 | 236 | 74 | - |
| CMYK | 0.66 | 0 | 0.69 | 0.07 |
| HSL | 117.78º | 0.81% | 0.61% | - |
| HSV(B) | 117.78º | 0.69% | 0.93% | - |
| XYZ | 34.54 | 62.19 | 16.66 | - |
| YUV | 170.89 | 73.32 | 63.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 236 | 74 | 0.66 | 0 | 0.69 | 0.07 | 117.78 | 0.81 | 0.61 |
| Hex | 50 | EC | 4A | 42 | 0 | 45 | 7 | 76 | 51 | 3D |
| Octal | 120 | 354 | 112 | 102 | 0 | 105 | 7 | 166 | 121 | 75 |
| Binary | 1010000 | 11101100 | 1001010 | 1000010 | 0 | 1000101 | 111 | 1110110 | 1010001 | 111101 |
Color Harmonies of #50EC4A
Complementary color
Monochromatic Colors of #50EC4A
Black with #50EC4A
Text Example
Text Example
White with #50EC4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50EC4A; }
p { color: rgb(80,236,74); }
H1.HeaderClassName
{
color: #50EC4A;
}
.AnyTagClassName
{
color: #50EC4A;
}
</style>
background-color css
<style>
a { background-color: #50EC4A; }
a { background-color: rgb(80,236,74); }
div.DivClassName
{
background-color: #50EC4A;
}
.BgClassName
{
background-color: #50EC4A;
}
</style>
border-color css
<style>
span { border-color: #50EC4A; }
span { border-color: rgb(80,236,74); }
td.TdClassName
{
border-color: #50EC4A;
}
.TagClassName
{
border-color: #50EC4A;
}
</style>