Shades of Screamin' Green #50EC72
Tints of Screamin' Green #50EC72
RGB
CMYK
RGB Variations
Color information
#50EC72 (or 0x50EC72) is known color: Screamin' Green. HEX triplet: 50, EC and 72. RGB value is (80,236,114). Sum of RGB (Red+Green+Blue) = 80+236+114=430 (56% of max value = 765). Red value is 80 (31.64% from 255 or 18.60% from 430); Green value is 236 (92.58% from 255 or 54.88% from 430); Blue value is 114 (44.92% from 255 or 26.51% from 430); Max value from RGB is 236 - color contains mainly: green. Hex color #50EC72 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #50EC72 is #AF138D. Grayscale: #AFAFAF. Windows color (decimal): -11473806 or 7531600. OLE color: 7531600.
HSL color Cylindrical-coordinate representation of color #50EC72: hue angle of 133.08º 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 #50EC72 is Cyan = 0.66, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 80 | 236 | 114 | - |
| CMYK | 0.66 | 0 | 0.52 | 0.07 |
| HSL | 133.08º | 0.8% | 0.62% | - |
| HSV(B) | 133.08º | 0.66% | 0.93% | - |
| XYZ | 36.34 | 62.91 | 26.15 | - |
| YUV | 175.45 | 93.32 | 59.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 236 | 114 | 0.66 | 0 | 0.52 | 0.07 | 133.08 | 0.8 | 0.62 |
| Hex | 50 | EC | 72 | 42 | 0 | 34 | 7 | 85 | 50 | 3E |
| Octal | 120 | 354 | 162 | 102 | 0 | 64 | 7 | 205 | 120 | 76 |
| Binary | 1010000 | 11101100 | 1110010 | 1000010 | 0 | 110100 | 111 | 10000101 | 1010000 | 111110 |
Color Harmonies of #50EC72
Complementary color
Monochromatic Colors of #50EC72
Black with #50EC72
Text Example
Text Example
White with #50EC72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50EC72; }
p { color: rgb(80,236,114); }
H1.HeaderClassName
{
color: #50EC72;
}
.AnyTagClassName
{
color: #50EC72;
}
</style>
background-color css
<style>
a { background-color: #50EC72; }
a { background-color: rgb(80,236,114); }
div.DivClassName
{
background-color: #50EC72;
}
.BgClassName
{
background-color: #50EC72;
}
</style>
border-color css
<style>
span { border-color: #50EC72; }
span { border-color: rgb(80,236,114); }
td.TdClassName
{
border-color: #50EC72;
}
.TagClassName
{
border-color: #50EC72;
}
</style>