Shades of Screamin' Green #50EA59
Tints of Screamin' Green #50EA59
RGB
CMYK
RGB Variations
Color information
#50EA59 (or 0x50EA59) is known color: Screamin' Green. HEX triplet: 50, EA and 59. RGB value is (80,234,89). Sum of RGB (Red+Green+Blue) = 80+234+89=403 (53% of max value = 765). Red value is 80 (31.64% from 255 or 19.85% from 403); Green value is 234 (91.80% from 255 or 58.06% from 403); Blue value is 89 (35.16% from 255 or 22.08% from 403); Max value from RGB is 234 - color contains mainly: green. Hex color #50EA59 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #50EA59 is #AF15A6. Grayscale: #ABABAB. Windows color (decimal): -11474343 or 5892688. OLE color: 5892688.
HSL color Cylindrical-coordinate representation of color #50EA59: hue angle of 123.51º degrees, saturation: 0.79, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #50EA59 is Cyan = 0.66, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 80 | 234 | 89 | - |
| CMYK | 0.66 | 0 | 0.62 | 0.08 |
| HSL | 123.51º | 0.79% | 0.62% | - |
| HSV(B) | 123.51º | 0.66% | 0.92% | - |
| XYZ | 34.53 | 61.27 | 19.46 | - |
| YUV | 171.42 | 81.48 | 62.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 234 | 89 | 0.66 | 0 | 0.62 | 0.08 | 123.51 | 0.79 | 0.62 |
| Hex | 50 | EA | 59 | 42 | 0 | 3E | 8 | 7C | 4F | 3E |
| Octal | 120 | 352 | 131 | 102 | 0 | 76 | 10 | 174 | 117 | 76 |
| Binary | 1010000 | 11101010 | 1011001 | 1000010 | 0 | 111110 | 1000 | 1111100 | 1001111 | 111110 |
Color Harmonies of #50EA59
Complementary color
Monochromatic Colors of #50EA59
Black with #50EA59
Text Example
Text Example
White with #50EA59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50EA59; }
p { color: rgb(80,234,89); }
H1.HeaderClassName
{
color: #50EA59;
}
.AnyTagClassName
{
color: #50EA59;
}
</style>
background-color css
<style>
a { background-color: #50EA59; }
a { background-color: rgb(80,234,89); }
div.DivClassName
{
background-color: #50EA59;
}
.BgClassName
{
background-color: #50EA59;
}
</style>
border-color css
<style>
span { border-color: #50EA59; }
span { border-color: rgb(80,234,89); }
td.TdClassName
{
border-color: #50EA59;
}
.TagClassName
{
border-color: #50EA59;
}
</style>