Shades of Screamin' Green #50E958
Tints of Screamin' Green #50E958
RGB
CMYK
RGB Variations
Color information
#50E958 (or 0x50E958) is known color: Screamin' Green. HEX triplet: 50, E9 and 58. RGB value is (80,233,88). Sum of RGB (Red+Green+Blue) = 80+233+88=401 (53% of max value = 765). Red value is 80 (31.64% from 255 or 19.95% from 401); Green value is 233 (91.41% from 255 or 58.10% from 401); Blue value is 88 (34.77% from 255 or 21.95% from 401); Max value from RGB is 233 - color contains mainly: green. Hex color #50E958 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #50E958 is #AF16A7. Grayscale: #ABABAB. Windows color (decimal): -11474600 or 5826896. OLE color: 5826896.
HSL color Cylindrical-coordinate representation of color #50E958: hue angle of 123.14º degrees, saturation: 0.78, 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 #50E958 is Cyan = 0.66, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 80 | 233 | 88 | - |
| CMYK | 0.66 | 0 | 0.62 | 0.09 |
| HSL | 123.14º | 0.78% | 0.61% | - |
| HSV(B) | 123.14º | 0.66% | 0.91% | - |
| XYZ | 34.21 | 60.69 | 19.14 | - |
| YUV | 170.72 | 81.31 | 63.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 233 | 88 | 0.66 | 0 | 0.62 | 0.09 | 123.14 | 0.78 | 0.61 |
| Hex | 50 | E9 | 58 | 42 | 0 | 3E | 9 | 7B | 4E | 3D |
| Octal | 120 | 351 | 130 | 102 | 0 | 76 | 11 | 173 | 116 | 75 |
| Binary | 1010000 | 11101001 | 1011000 | 1000010 | 0 | 111110 | 1001 | 1111011 | 1001110 | 111101 |
Color Harmonies of #50E958
Complementary color
Monochromatic Colors of #50E958
Black with #50E958
Text Example
Text Example
White with #50E958
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50E958; }
p { color: rgb(80,233,88); }
H1.HeaderClassName
{
color: #50E958;
}
.AnyTagClassName
{
color: #50E958;
}
</style>
background-color css
<style>
a { background-color: #50E958; }
a { background-color: rgb(80,233,88); }
div.DivClassName
{
background-color: #50E958;
}
.BgClassName
{
background-color: #50E958;
}
</style>
border-color css
<style>
span { border-color: #50E958; }
span { border-color: rgb(80,233,88); }
td.TdClassName
{
border-color: #50E958;
}
.TagClassName
{
border-color: #50E958;
}
</style>