Shades of Screamin' Green #50E35D
Tints of Screamin' Green #50E35D
RGB
CMYK
RGB Variations
Color information
#50E35D (or 0x50E35D) is known color: Screamin' Green. HEX triplet: 50, E3 and 5D. RGB value is (80,227,93). Sum of RGB (Red+Green+Blue) = 80+227+93=400 (52% of max value = 765). Red value is 80 (31.64% from 255 or 20% from 400); Green value is 227 (89.06% from 255 or 56.75% from 400); Blue value is 93 (36.72% from 255 or 23.25% from 400); Max value from RGB is 227 - color contains mainly: green. Hex color #50E35D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50E35D is #AF1CA2. Grayscale: #A8A8A8. Windows color (decimal): -11476131 or 6153040. OLE color: 6153040.
HSL color Cylindrical-coordinate representation of color #50E35D: hue angle of 125.31º 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 #50E35D is Cyan = 0.65, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 80 | 227 | 93 | - |
| CMYK | 0.65 | 0 | 0.59 | 0.11 |
| HSL | 125.31º | 0.72% | 0.6% | - |
| HSV(B) | 125.31º | 0.65% | 0.89% | - |
| XYZ | 32.75 | 57.43 | 19.72 | - |
| YUV | 167.77 | 85.8 | 65.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 227 | 93 | 0.65 | 0 | 0.59 | 0.11 | 125.31 | 0.72 | 0.6 |
| Hex | 50 | E3 | 5D | 41 | 0 | 3B | B | 7D | 48 | 3C |
| Octal | 120 | 343 | 135 | 101 | 0 | 73 | 13 | 175 | 110 | 74 |
| Binary | 1010000 | 11100011 | 1011101 | 1000001 | 0 | 111011 | 1011 | 1111101 | 1001000 | 111100 |
Color Harmonies of #50E35D
Complementary color
Monochromatic Colors of #50E35D
Black with #50E35D
Text Example
Text Example
White with #50E35D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50E35D; }
p { color: rgb(80,227,93); }
H1.HeaderClassName
{
color: #50E35D;
}
.AnyTagClassName
{
color: #50E35D;
}
</style>
background-color css
<style>
a { background-color: #50E35D; }
a { background-color: rgb(80,227,93); }
div.DivClassName
{
background-color: #50E35D;
}
.BgClassName
{
background-color: #50E35D;
}
</style>
border-color css
<style>
span { border-color: #50E35D; }
span { border-color: rgb(80,227,93); }
td.TdClassName
{
border-color: #50E35D;
}
.TagClassName
{
border-color: #50E35D;
}
</style>