Shades of Screamin' Green #50E358
Tints of Screamin' Green #50E358
RGB
CMYK
RGB Variations
Color information
#50E358 (or 0x50E358) is known color: Screamin' Green. HEX triplet: 50, E3 and 58. RGB value is (80,227,88). Sum of RGB (Red+Green+Blue) = 80+227+88=395 (52% of max value = 765). Red value is 80 (31.64% from 255 or 20.25% from 395); Green value is 227 (89.06% from 255 or 57.47% from 395); Blue value is 88 (34.77% from 255 or 22.28% from 395); Max value from RGB is 227 - color contains mainly: green. Hex color #50E358 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50E358 is #AF1CA7. Grayscale: #A7A7A7. Windows color (decimal): -11476136 or 5825360. OLE color: 5825360.
HSL color Cylindrical-coordinate representation of color #50E358: hue angle of 123.27º 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 #50E358 is Cyan = 0.65, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 80 | 227 | 88 | - |
| CMYK | 0.65 | 0 | 0.61 | 0.11 |
| HSL | 123.27º | 0.72% | 0.6% | - |
| HSV(B) | 123.27º | 0.65% | 0.89% | - |
| XYZ | 32.54 | 57.35 | 18.59 | - |
| YUV | 167.2 | 83.3 | 65.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 227 | 88 | 0.65 | 0 | 0.61 | 0.11 | 123.27 | 0.72 | 0.6 |
| Hex | 50 | E3 | 58 | 41 | 0 | 3D | B | 7B | 48 | 3C |
| Octal | 120 | 343 | 130 | 101 | 0 | 75 | 13 | 173 | 110 | 74 |
| Binary | 1010000 | 11100011 | 1011000 | 1000001 | 0 | 111101 | 1011 | 1111011 | 1001000 | 111100 |
Color Harmonies of #50E358
Complementary color
Monochromatic Colors of #50E358
Black with #50E358
Text Example
Text Example
White with #50E358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50E358; }
p { color: rgb(80,227,88); }
H1.HeaderClassName
{
color: #50E358;
}
.AnyTagClassName
{
color: #50E358;
}
</style>
background-color css
<style>
a { background-color: #50E358; }
a { background-color: rgb(80,227,88); }
div.DivClassName
{
background-color: #50E358;
}
.BgClassName
{
background-color: #50E358;
}
</style>
border-color css
<style>
span { border-color: #50E358; }
span { border-color: rgb(80,227,88); }
td.TdClassName
{
border-color: #50E358;
}
.TagClassName
{
border-color: #50E358;
}
</style>