Shades of Screamin' Green #50EC59
Tints of Screamin' Green #50EC59
RGB
CMYK
RGB Variations
Color information
#50EC59 (or 0x50EC59) is known color: Screamin' Green. HEX triplet: 50, EC and 59. RGB value is (80,236,89). Sum of RGB (Red+Green+Blue) = 80+236+89=405 (53% of max value = 765). Red value is 80 (31.64% from 255 or 19.75% from 405); Green value is 236 (92.58% from 255 or 58.27% from 405); Blue value is 89 (35.16% from 255 or 21.98% from 405); Max value from RGB is 236 - color contains mainly: green. Hex color #50EC59 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #50EC59 is #AF13A6. Grayscale: #ADADAD. Windows color (decimal): -11473831 or 5893200. OLE color: 5893200.
HSL color Cylindrical-coordinate representation of color #50EC59: hue angle of 123.46º 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 #50EC59 is Cyan = 0.66, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 80 | 236 | 89 | - |
| CMYK | 0.66 | 0 | 0.62 | 0.07 |
| HSL | 123.46º | 0.8% | 0.62% | - |
| HSV(B) | 123.46º | 0.66% | 0.93% | - |
| XYZ | 35.11 | 62.42 | 19.65 | - |
| YUV | 172.6 | 80.82 | 61.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 236 | 89 | 0.66 | 0 | 0.62 | 0.07 | 123.46 | 0.8 | 0.62 |
| Hex | 50 | EC | 59 | 42 | 0 | 3E | 7 | 7B | 50 | 3E |
| Octal | 120 | 354 | 131 | 102 | 0 | 76 | 7 | 173 | 120 | 76 |
| Binary | 1010000 | 11101100 | 1011001 | 1000010 | 0 | 111110 | 111 | 1111011 | 1010000 | 111110 |
Color Harmonies of #50EC59
Complementary color
Monochromatic Colors of #50EC59
Black with #50EC59
Text Example
Text Example
White with #50EC59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50EC59; }
p { color: rgb(80,236,89); }
H1.HeaderClassName
{
color: #50EC59;
}
.AnyTagClassName
{
color: #50EC59;
}
</style>
background-color css
<style>
a { background-color: #50EC59; }
a { background-color: rgb(80,236,89); }
div.DivClassName
{
background-color: #50EC59;
}
.BgClassName
{
background-color: #50EC59;
}
</style>
border-color css
<style>
span { border-color: #50EC59; }
span { border-color: rgb(80,236,89); }
td.TdClassName
{
border-color: #50EC59;
}
.TagClassName
{
border-color: #50EC59;
}
</style>