Shades of Screamin' Green #50EC48
Tints of Screamin' Green #50EC48
RGB
CMYK
RGB Variations
Color information
#50EC48 (or 0x50EC48) is known color: Screamin' Green. HEX triplet: 50, EC and 48. RGB value is (80,236,72). Sum of RGB (Red+Green+Blue) = 80+236+72=388 (51% of max value = 765). Red value is 80 (31.64% from 255 or 20.62% from 388); Green value is 236 (92.58% from 255 or 60.82% from 388); Blue value is 72 (28.52% from 255 or 18.56% from 388); Max value from RGB is 236 - color contains mainly: green. Hex color #50EC48 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #50EC48 is #AF13B7. Grayscale: #ABABAB. Windows color (decimal): -11473848 or 4779088. OLE color: 4779088.
HSL color Cylindrical-coordinate representation of color #50EC48: hue angle of 117.07º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #50EC48 is Cyan = 0.66, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 80 | 236 | 72 | - |
| CMYK | 0.66 | 0 | 0.69 | 0.07 |
| HSL | 117.07º | 0.81% | 0.6% | - |
| HSV(B) | 117.07º | 0.69% | 0.93% | - |
| XYZ | 34.47 | 62.16 | 16.31 | - |
| YUV | 170.66 | 72.32 | 63.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 236 | 72 | 0.66 | 0 | 0.69 | 0.07 | 117.07 | 0.81 | 0.6 |
| Hex | 50 | EC | 48 | 42 | 0 | 45 | 7 | 75 | 51 | 3C |
| Octal | 120 | 354 | 110 | 102 | 0 | 105 | 7 | 165 | 121 | 74 |
| Binary | 1010000 | 11101100 | 1001000 | 1000010 | 0 | 1000101 | 111 | 1110101 | 1010001 | 111100 |
Color Harmonies of #50EC48
Complementary color
Monochromatic Colors of #50EC48
Black with #50EC48
Text Example
Text Example
White with #50EC48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50EC48; }
p { color: rgb(80,236,72); }
H1.HeaderClassName
{
color: #50EC48;
}
.AnyTagClassName
{
color: #50EC48;
}
</style>
background-color css
<style>
a { background-color: #50EC48; }
a { background-color: rgb(80,236,72); }
div.DivClassName
{
background-color: #50EC48;
}
.BgClassName
{
background-color: #50EC48;
}
</style>
border-color css
<style>
span { border-color: #50EC48; }
span { border-color: rgb(80,236,72); }
td.TdClassName
{
border-color: #50EC48;
}
.TagClassName
{
border-color: #50EC48;
}
</style>