Shades of Screamin' Green #50E85F
Tints of Screamin' Green #50E85F
RGB
CMYK
RGB Variations
Color information
#50E85F (or 0x50E85F) is known color: Screamin' Green. HEX triplet: 50, E8 and 5F. RGB value is (80,232,95). Sum of RGB (Red+Green+Blue) = 80+232+95=407 (53% of max value = 765). Red value is 80 (31.64% from 255 or 19.66% from 407); Green value is 232 (91.02% from 255 or 57.00% from 407); Blue value is 95 (37.5% from 255 or 23.34% from 407); Max value from RGB is 232 - color contains mainly: green. Hex color #50E85F is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #50E85F is #AF17A0. Grayscale: #ABABAB. Windows color (decimal): -11474849 or 6285392. OLE color: 6285392.
HSL color Cylindrical-coordinate representation of color #50E85F: hue angle of 125.92º 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 #50E85F is Cyan = 0.66, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 80 | 232 | 95 | - |
| CMYK | 0.66 | 0 | 0.59 | 0.09 |
| HSL | 125.92º | 0.77% | 0.61% | - |
| HSV(B) | 125.92º | 0.66% | 0.91% | - |
| XYZ | 34.23 | 60.24 | 20.65 | - |
| YUV | 170.93 | 85.14 | 63.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 232 | 95 | 0.66 | 0 | 0.59 | 0.09 | 125.92 | 0.77 | 0.61 |
| Hex | 50 | E8 | 5F | 42 | 0 | 3B | 9 | 7E | 4D | 3D |
| Octal | 120 | 350 | 137 | 102 | 0 | 73 | 11 | 176 | 115 | 75 |
| Binary | 1010000 | 11101000 | 1011111 | 1000010 | 0 | 111011 | 1001 | 1111110 | 1001101 | 111101 |
Color Harmonies of #50E85F
Complementary color
Monochromatic Colors of #50E85F
Black with #50E85F
Text Example
Text Example
White with #50E85F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50E85F; }
p { color: rgb(80,232,95); }
H1.HeaderClassName
{
color: #50E85F;
}
.AnyTagClassName
{
color: #50E85F;
}
</style>
background-color css
<style>
a { background-color: #50E85F; }
a { background-color: rgb(80,232,95); }
div.DivClassName
{
background-color: #50E85F;
}
.BgClassName
{
background-color: #50E85F;
}
</style>
border-color css
<style>
span { border-color: #50E85F; }
span { border-color: rgb(80,232,95); }
td.TdClassName
{
border-color: #50E85F;
}
.TagClassName
{
border-color: #50E85F;
}
</style>