Shades of Screamin' Green #50EC61
Tints of Screamin' Green #50EC61
RGB
CMYK
RGB Variations
Color information
#50EC61 (or 0x50EC61) is known color: Screamin' Green. HEX triplet: 50, EC and 61. RGB value is (80,236,97). Sum of RGB (Red+Green+Blue) = 80+236+97=413 (54% of max value = 765). Red value is 80 (31.64% from 255 or 19.37% from 413); Green value is 236 (92.58% from 255 or 57.14% from 413); Blue value is 97 (38.28% from 255 or 23.49% from 413); Max value from RGB is 236 - color contains mainly: green. Hex color #50EC61 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #50EC61 is #AF139E. Grayscale: #ADADAD. Windows color (decimal): -11473823 or 6417488. OLE color: 6417488.
HSL color Cylindrical-coordinate representation of color #50EC61: hue angle of 126.54º 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 #50EC61 is Cyan = 0.66, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 80 | 236 | 97 | - |
| CMYK | 0.66 | 0 | 0.59 | 0.07 |
| HSL | 126.54º | 0.8% | 0.62% | - |
| HSV(B) | 126.54º | 0.66% | 0.93% | - |
| XYZ | 35.46 | 62.56 | 21.52 | - |
| YUV | 173.51 | 84.82 | 61.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 236 | 97 | 0.66 | 0 | 0.59 | 0.07 | 126.54 | 0.8 | 0.62 |
| Hex | 50 | EC | 61 | 42 | 0 | 3B | 7 | 7F | 50 | 3E |
| Octal | 120 | 354 | 141 | 102 | 0 | 73 | 7 | 177 | 120 | 76 |
| Binary | 1010000 | 11101100 | 1100001 | 1000010 | 0 | 111011 | 111 | 1111111 | 1010000 | 111110 |
Color Harmonies of #50EC61
Complementary color
Monochromatic Colors of #50EC61
Black with #50EC61
Text Example
Text Example
White with #50EC61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50EC61; }
p { color: rgb(80,236,97); }
H1.HeaderClassName
{
color: #50EC61;
}
.AnyTagClassName
{
color: #50EC61;
}
</style>
background-color css
<style>
a { background-color: #50EC61; }
a { background-color: rgb(80,236,97); }
div.DivClassName
{
background-color: #50EC61;
}
.BgClassName
{
background-color: #50EC61;
}
</style>
border-color css
<style>
span { border-color: #50EC61; }
span { border-color: rgb(80,236,97); }
td.TdClassName
{
border-color: #50EC61;
}
.TagClassName
{
border-color: #50EC61;
}
</style>