Shades of Screamin' Green #50E254
Tints of Screamin' Green #50E254
RGB
CMYK
RGB Variations
Color information
#50E254 (or 0x50E254) is known color: Screamin' Green. HEX triplet: 50, E2 and 54. RGB value is (80,226,84). Sum of RGB (Red+Green+Blue) = 80+226+84=390 (51% of max value = 765). Red value is 80 (31.64% from 255 or 20.51% from 390); Green value is 226 (88.67% from 255 or 57.95% from 390); Blue value is 84 (33.20% from 255 or 21.54% from 390); Max value from RGB is 226 - color contains mainly: green. Hex color #50E254 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50E254 is #AF1DAB. Grayscale: #A6A6A6. Windows color (decimal): -11476396 or 5562960. OLE color: 5562960.
HSL color Cylindrical-coordinate representation of color #50E254: hue angle of 121.64º degrees, saturation: 0.72, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #50E254 is Cyan = 0.65, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 80 | 226 | 84 | - |
| CMYK | 0.65 | 0 | 0.63 | 0.11 |
| HSL | 121.64º | 0.72% | 0.6% | - |
| HSV(B) | 121.64º | 0.65% | 0.89% | - |
| XYZ | 32.1 | 56.74 | 17.65 | - |
| YUV | 166.16 | 81.63 | 66.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 226 | 84 | 0.65 | 0 | 0.63 | 0.11 | 121.64 | 0.72 | 0.6 |
| Hex | 50 | E2 | 54 | 41 | 0 | 3F | B | 7A | 48 | 3C |
| Octal | 120 | 342 | 124 | 101 | 0 | 77 | 13 | 172 | 110 | 74 |
| Binary | 1010000 | 11100010 | 1010100 | 1000001 | 0 | 111111 | 1011 | 1111010 | 1001000 | 111100 |
Color Harmonies of #50E254
Complementary color
Monochromatic Colors of #50E254
Black with #50E254
Text Example
Text Example
White with #50E254
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50E254; }
p { color: rgb(80,226,84); }
H1.HeaderClassName
{
color: #50E254;
}
.AnyTagClassName
{
color: #50E254;
}
</style>
background-color css
<style>
a { background-color: #50E254; }
a { background-color: rgb(80,226,84); }
div.DivClassName
{
background-color: #50E254;
}
.BgClassName
{
background-color: #50E254;
}
</style>
border-color css
<style>
span { border-color: #50E254; }
span { border-color: rgb(80,226,84); }
td.TdClassName
{
border-color: #50E254;
}
.TagClassName
{
border-color: #50E254;
}
</style>