Shades of Screamin' Green #50E85D
Tints of Screamin' Green #50E85D
RGB
CMYK
RGB Variations
Color information
#50E85D (or 0x50E85D) is known color: Screamin' Green. HEX triplet: 50, E8 and 5D. RGB value is (80,232,93). Sum of RGB (Red+Green+Blue) = 80+232+93=405 (53% of max value = 765). Red value is 80 (31.64% from 255 or 19.75% from 405); Green value is 232 (91.02% from 255 or 57.28% from 405); Blue value is 93 (36.72% from 255 or 22.96% from 405); Max value from RGB is 232 - color contains mainly: green. Hex color #50E85D is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #50E85D is #AF17A2. Grayscale: #ABABAB. Windows color (decimal): -11474851 or 6154320. OLE color: 6154320.
HSL color Cylindrical-coordinate representation of color #50E85D: hue angle of 125.13º degrees, saturation: 0.77, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #50E85D is Cyan = 0.66, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 80 | 232 | 93 | - |
| CMYK | 0.66 | 0 | 0.60 | 0.09 |
| HSL | 125.13º | 0.77% | 0.61% | - |
| HSV(B) | 125.13º | 0.66% | 0.91% | - |
| XYZ | 34.14 | 60.21 | 20.18 | - |
| YUV | 170.71 | 84.14 | 63.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 232 | 93 | 0.66 | 0 | 0.60 | 0.09 | 125.13 | 0.77 | 0.61 |
| Hex | 50 | E8 | 5D | 42 | 0 | 3C | 9 | 7D | 4D | 3D |
| Octal | 120 | 350 | 135 | 102 | 0 | 74 | 11 | 175 | 115 | 75 |
| Binary | 1010000 | 11101000 | 1011101 | 1000010 | 0 | 111100 | 1001 | 1111101 | 1001101 | 111101 |
Color Harmonies of #50E85D
Complementary color
Monochromatic Colors of #50E85D
Black with #50E85D
Text Example
Text Example
White with #50E85D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50E85D; }
p { color: rgb(80,232,93); }
H1.HeaderClassName
{
color: #50E85D;
}
.AnyTagClassName
{
color: #50E85D;
}
</style>
background-color css
<style>
a { background-color: #50E85D; }
a { background-color: rgb(80,232,93); }
div.DivClassName
{
background-color: #50E85D;
}
.BgClassName
{
background-color: #50E85D;
}
</style>
border-color css
<style>
span { border-color: #50E85D; }
span { border-color: rgb(80,232,93); }
td.TdClassName
{
border-color: #50E85D;
}
.TagClassName
{
border-color: #50E85D;
}
</style>