Shades of Screamin' Green #50EA61
Tints of Screamin' Green #50EA61
RGB
CMYK
RGB Variations
Color information
#50EA61 (or 0x50EA61) is known color: Screamin' Green. HEX triplet: 50, EA and 61. RGB value is (80,234,97). Sum of RGB (Red+Green+Blue) = 80+234+97=411 (54% of max value = 765). Red value is 80 (31.64% from 255 or 19.46% from 411); Green value is 234 (91.80% from 255 or 56.93% from 411); Blue value is 97 (38.28% from 255 or 23.60% from 411); Max value from RGB is 234 - color contains mainly: green. Hex color #50EA61 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #50EA61 is #AF159E. Grayscale: #ACACAC. Windows color (decimal): -11474335 or 6416976. OLE color: 6416976.
HSL color Cylindrical-coordinate representation of color #50EA61: hue angle of 126.62º 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 #50EA61 is Cyan = 0.66, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 80 | 234 | 97 | - |
| CMYK | 0.66 | 0 | 0.59 | 0.08 |
| HSL | 126.62º | 0.79% | 0.62% | - |
| HSV(B) | 126.62º | 0.66% | 0.92% | - |
| XYZ | 34.89 | 61.41 | 21.32 | - |
| YUV | 172.34 | 85.48 | 62.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 234 | 97 | 0.66 | 0 | 0.59 | 0.08 | 126.62 | 0.79 | 0.62 |
| Hex | 50 | EA | 61 | 42 | 0 | 3B | 8 | 7F | 4F | 3E |
| Octal | 120 | 352 | 141 | 102 | 0 | 73 | 10 | 177 | 117 | 76 |
| Binary | 1010000 | 11101010 | 1100001 | 1000010 | 0 | 111011 | 1000 | 1111111 | 1001111 | 111110 |
Color Harmonies of #50EA61
Complementary color
Monochromatic Colors of #50EA61
Black with #50EA61
Text Example
Text Example
White with #50EA61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50EA61; }
p { color: rgb(80,234,97); }
H1.HeaderClassName
{
color: #50EA61;
}
.AnyTagClassName
{
color: #50EA61;
}
</style>
background-color css
<style>
a { background-color: #50EA61; }
a { background-color: rgb(80,234,97); }
div.DivClassName
{
background-color: #50EA61;
}
.BgClassName
{
background-color: #50EA61;
}
</style>
border-color css
<style>
span { border-color: #50EA61; }
span { border-color: rgb(80,234,97); }
td.TdClassName
{
border-color: #50EA61;
}
.TagClassName
{
border-color: #50EA61;
}
</style>