Shades of Screamin' Green #50E054
Tints of Screamin' Green #50E054
RGB
CMYK
RGB Variations
Color information
#50E054 (or 0x50E054) is known color: Screamin' Green. HEX triplet: 50, E0 and 54. RGB value is (80,224,84). Sum of RGB (Red+Green+Blue) = 80+224+84=388 (51% of max value = 765). Red value is 80 (31.64% from 255 or 20.62% from 388); Green value is 224 (87.89% from 255 or 57.73% from 388); Blue value is 84 (33.20% from 255 or 21.65% from 388); Max value from RGB is 224 - color contains mainly: green. Hex color #50E054 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50E054 is #AF1FAB. Grayscale: #A5A5A5. Windows color (decimal): -11476908 or 5562448. OLE color: 5562448.
HSL color Cylindrical-coordinate representation of color #50E054: hue angle of 121.67º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #50E054 is Cyan = 0.64, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 80 | 224 | 84 | - |
| CMYK | 0.64 | 0 | 0.62 | 0.12 |
| HSL | 121.67º | 0.7% | 0.6% | - |
| HSV(B) | 121.67º | 0.64% | 0.88% | - |
| XYZ | 31.56 | 55.66 | 17.47 | - |
| YUV | 164.98 | 82.29 | 67.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 224 | 84 | 0.64 | 0 | 0.62 | 0.12 | 121.67 | 0.7 | 0.6 |
| Hex | 50 | E0 | 54 | 40 | 0 | 3E | C | 7A | 46 | 3C |
| Octal | 120 | 340 | 124 | 100 | 0 | 76 | 14 | 172 | 106 | 74 |
| Binary | 1010000 | 11100000 | 1010100 | 1000000 | 0 | 111110 | 1100 | 1111010 | 1000110 | 111100 |
Color Harmonies of #50E054
Complementary color
Monochromatic Colors of #50E054
Black with #50E054
Text Example
Text Example
White with #50E054
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50E054; }
p { color: rgb(80,224,84); }
H1.HeaderClassName
{
color: #50E054;
}
.AnyTagClassName
{
color: #50E054;
}
</style>
background-color css
<style>
a { background-color: #50E054; }
a { background-color: rgb(80,224,84); }
div.DivClassName
{
background-color: #50E054;
}
.BgClassName
{
background-color: #50E054;
}
</style>
border-color css
<style>
span { border-color: #50E054; }
span { border-color: rgb(80,224,84); }
td.TdClassName
{
border-color: #50E054;
}
.TagClassName
{
border-color: #50E054;
}
</style>