Shades of Screamin' Green #50E95A
Tints of Screamin' Green #50E95A
RGB
CMYK
RGB Variations
Color information
#50E95A (or 0x50E95A) is known color: Screamin' Green. HEX triplet: 50, E9 and 5A. RGB value is (80,233,90). Sum of RGB (Red+Green+Blue) = 80+233+90=403 (53% of max value = 765). Red value is 80 (31.64% from 255 or 19.85% from 403); Green value is 233 (91.41% from 255 or 57.82% from 403); Blue value is 90 (35.55% from 255 or 22.33% from 403); Max value from RGB is 233 - color contains mainly: green. Hex color #50E95A is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #50E95A is #AF16A5. Grayscale: #ABABAB. Windows color (decimal): -11474598 or 5957968. OLE color: 5957968.
HSL color Cylindrical-coordinate representation of color #50E95A: hue angle of 123.92º 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 #50E95A is Cyan = 0.66, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 80 | 233 | 90 | - |
| CMYK | 0.66 | 0 | 0.61 | 0.09 |
| HSL | 123.92º | 0.78% | 0.61% | - |
| HSV(B) | 123.92º | 0.66% | 0.91% | - |
| XYZ | 34.29 | 60.72 | 19.59 | - |
| YUV | 170.95 | 82.31 | 63.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 233 | 90 | 0.66 | 0 | 0.61 | 0.09 | 123.92 | 0.78 | 0.61 |
| Hex | 50 | E9 | 5A | 42 | 0 | 3D | 9 | 7C | 4E | 3D |
| Octal | 120 | 351 | 132 | 102 | 0 | 75 | 11 | 174 | 116 | 75 |
| Binary | 1010000 | 11101001 | 1011010 | 1000010 | 0 | 111101 | 1001 | 1111100 | 1001110 | 111101 |
Color Harmonies of #50E95A
Complementary color
Monochromatic Colors of #50E95A
Black with #50E95A
Text Example
Text Example
White with #50E95A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50E95A; }
p { color: rgb(80,233,90); }
H1.HeaderClassName
{
color: #50E95A;
}
.AnyTagClassName
{
color: #50E95A;
}
</style>
background-color css
<style>
a { background-color: #50E95A; }
a { background-color: rgb(80,233,90); }
div.DivClassName
{
background-color: #50E95A;
}
.BgClassName
{
background-color: #50E95A;
}
</style>
border-color css
<style>
span { border-color: #50E95A; }
span { border-color: rgb(80,233,90); }
td.TdClassName
{
border-color: #50E95A;
}
.TagClassName
{
border-color: #50E95A;
}
</style>