Shades of Screamin' Green #50E250
Tints of Screamin' Green #50E250
RGB
CMYK
RGB Variations
Color information
#50E250 (or 0x50E250) is known color: Screamin' Green. HEX triplet: 50, E2 and 50. RGB value is (80,226,80). Sum of RGB (Red+Green+Blue) = 80+226+80=386 (51% of max value = 765). Red value is 80 (31.64% from 255 or 20.73% from 386); Green value is 226 (88.67% from 255 or 58.55% from 386); Blue value is 80 (31.64% from 255 or 20.73% from 386); Max value from RGB is 226 - color contains mainly: green. Hex color #50E250 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50E250 is #AF1DAF. Grayscale: #A6A6A6. Windows color (decimal): -11476400 or 5300816. OLE color: 5300816.
HSL color Cylindrical-coordinate representation of color #50E250: hue angle of 120º degrees, saturation: 0.72, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #50E250 is Cyan = 0.65, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 80 | 226 | 80 | - |
| CMYK | 0.65 | 0 | 0.65 | 0.11 |
| HSL | 120º | 0.72% | 0.6% | - |
| HSV(B) | 120º | 0.65% | 0.89% | - |
| XYZ | 31.95 | 56.68 | 16.85 | - |
| YUV | 165.7 | 79.63 | 66.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 226 | 80 | 0.65 | 0 | 0.65 | 0.11 | 120 | 0.72 | 0.6 |
| Hex | 50 | E2 | 50 | 41 | 0 | 41 | B | 78 | 48 | 3C |
| Octal | 120 | 342 | 120 | 101 | 0 | 101 | 13 | 170 | 110 | 74 |
| Binary | 1010000 | 11100010 | 1010000 | 1000001 | 0 | 1000001 | 1011 | 1111000 | 1001000 | 111100 |
Color Harmonies of #50E250
Complementary color
Monochromatic Colors of #50E250
Black with #50E250
Text Example
Text Example
White with #50E250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50E250; }
p { color: rgb(80,226,80); }
H1.HeaderClassName
{
color: #50E250;
}
.AnyTagClassName
{
color: #50E250;
}
</style>
background-color css
<style>
a { background-color: #50E250; }
a { background-color: rgb(80,226,80); }
div.DivClassName
{
background-color: #50E250;
}
.BgClassName
{
background-color: #50E250;
}
</style>
border-color css
<style>
span { border-color: #50E250; }
span { border-color: rgb(80,226,80); }
td.TdClassName
{
border-color: #50E250;
}
.TagClassName
{
border-color: #50E250;
}
</style>