Shades of Screamin' Green #50E253
Tints of Screamin' Green #50E253
RGB
CMYK
RGB Variations
Color information
#50E253 (or 0x50E253) is known color: Screamin' Green. HEX triplet: 50, E2 and 53. RGB value is (80,226,83). Sum of RGB (Red+Green+Blue) = 80+226+83=389 (51% of max value = 765). Red value is 80 (31.64% from 255 or 20.57% from 389); Green value is 226 (88.67% from 255 or 58.10% from 389); Blue value is 83 (32.81% from 255 or 21.34% from 389); Max value from RGB is 226 - color contains mainly: green. Hex color #50E253 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50E253 is #AF1DAC. Grayscale: #A6A6A6. Windows color (decimal): -11476397 or 5497424. OLE color: 5497424.
HSL color Cylindrical-coordinate representation of color #50E253: hue angle of 121.23º 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 #50E253 is Cyan = 0.65, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 80 | 226 | 83 | - |
| CMYK | 0.65 | 0 | 0.63 | 0.11 |
| HSL | 121.23º | 0.72% | 0.6% | - |
| HSV(B) | 121.23º | 0.65% | 0.89% | - |
| XYZ | 32.07 | 56.72 | 17.44 | - |
| YUV | 166.04 | 81.13 | 66.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 226 | 83 | 0.65 | 0 | 0.63 | 0.11 | 121.23 | 0.72 | 0.6 |
| Hex | 50 | E2 | 53 | 41 | 0 | 3F | B | 79 | 48 | 3C |
| Octal | 120 | 342 | 123 | 101 | 0 | 77 | 13 | 171 | 110 | 74 |
| Binary | 1010000 | 11100010 | 1010011 | 1000001 | 0 | 111111 | 1011 | 1111001 | 1001000 | 111100 |
Color Harmonies of #50E253
Complementary color
Monochromatic Colors of #50E253
Black with #50E253
Text Example
Text Example
White with #50E253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50E253; }
p { color: rgb(80,226,83); }
H1.HeaderClassName
{
color: #50E253;
}
.AnyTagClassName
{
color: #50E253;
}
</style>
background-color css
<style>
a { background-color: #50E253; }
a { background-color: rgb(80,226,83); }
div.DivClassName
{
background-color: #50E253;
}
.BgClassName
{
background-color: #50E253;
}
</style>
border-color css
<style>
span { border-color: #50E253; }
span { border-color: rgb(80,226,83); }
td.TdClassName
{
border-color: #50E253;
}
.TagClassName
{
border-color: #50E253;
}
</style>