Shades of Screamin' Green #50E85A
Tints of Screamin' Green #50E85A
RGB
CMYK
RGB Variations
Color information
#50E85A (or 0x50E85A) is known color: Screamin' Green. HEX triplet: 50, E8 and 5A. RGB value is (80,232,90). Sum of RGB (Red+Green+Blue) = 80+232+90=402 (53% of max value = 765). Red value is 80 (31.64% from 255 or 19.90% from 402); Green value is 232 (91.02% from 255 or 57.71% from 402); Blue value is 90 (35.55% from 255 or 22.39% from 402); Max value from RGB is 232 - color contains mainly: green. Hex color #50E85A is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #50E85A is #AF17A5. Grayscale: #AAAAAA. Windows color (decimal): -11474854 or 5957712. OLE color: 5957712.
HSL color Cylindrical-coordinate representation of color #50E85A: hue angle of 123.95º 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 #50E85A is Cyan = 0.66, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 80 | 232 | 90 | - |
| CMYK | 0.66 | 0 | 0.61 | 0.09 |
| HSL | 123.95º | 0.77% | 0.61% | - |
| HSV(B) | 123.95º | 0.66% | 0.91% | - |
| XYZ | 34.01 | 60.16 | 19.49 | - |
| YUV | 170.36 | 82.64 | 63.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 232 | 90 | 0.66 | 0 | 0.61 | 0.09 | 123.95 | 0.77 | 0.61 |
| Hex | 50 | E8 | 5A | 42 | 0 | 3D | 9 | 7C | 4D | 3D |
| Octal | 120 | 350 | 132 | 102 | 0 | 75 | 11 | 174 | 115 | 75 |
| Binary | 1010000 | 11101000 | 1011010 | 1000010 | 0 | 111101 | 1001 | 1111100 | 1001101 | 111101 |
Color Harmonies of #50E85A
Complementary color
Monochromatic Colors of #50E85A
Black with #50E85A
Text Example
Text Example
White with #50E85A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50E85A; }
p { color: rgb(80,232,90); }
H1.HeaderClassName
{
color: #50E85A;
}
.AnyTagClassName
{
color: #50E85A;
}
</style>
background-color css
<style>
a { background-color: #50E85A; }
a { background-color: rgb(80,232,90); }
div.DivClassName
{
background-color: #50E85A;
}
.BgClassName
{
background-color: #50E85A;
}
</style>
border-color css
<style>
span { border-color: #50E85A; }
span { border-color: rgb(80,232,90); }
td.TdClassName
{
border-color: #50E85A;
}
.TagClassName
{
border-color: #50E85A;
}
</style>