Shades of Screamin' Green #50ED53
Tints of Screamin' Green #50ED53
RGB
CMYK
RGB Variations
Color information
#50ED53 (or 0x50ED53) is known color: Screamin' Green. HEX triplet: 50, ED and 53. RGB value is (80,237,83). Sum of RGB (Red+Green+Blue) = 80+237+83=400 (52% of max value = 765). Red value is 80 (31.64% from 255 or 20% from 400); Green value is 237 (92.97% from 255 or 59.25% from 400); Blue value is 83 (32.81% from 255 or 20.75% from 400); Max value from RGB is 237 - color contains mainly: green. Hex color #50ED53 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #50ED53 is #AF12AC. Grayscale: #ACACAC. Windows color (decimal): -11473581 or 5500240. OLE color: 5500240.
HSL color Cylindrical-coordinate representation of color #50ED53: hue angle of 121.15º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #50ED53 is Cyan = 0.66, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 80 | 237 | 83 | - |
| CMYK | 0.66 | 0 | 0.65 | 0.07 |
| HSL | 121.15º | 0.81% | 0.62% | - |
| HSV(B) | 121.15º | 0.66% | 0.93% | - |
| XYZ | 35.15 | 62.9 | 18.47 | - |
| YUV | 172.5 | 77.49 | 62.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 237 | 83 | 0.66 | 0 | 0.65 | 0.07 | 121.15 | 0.81 | 0.62 |
| Hex | 50 | ED | 53 | 42 | 0 | 41 | 7 | 79 | 51 | 3E |
| Octal | 120 | 355 | 123 | 102 | 0 | 101 | 7 | 171 | 121 | 76 |
| Binary | 1010000 | 11101101 | 1010011 | 1000010 | 0 | 1000001 | 111 | 1111001 | 1010001 | 111110 |
Color Harmonies of #50ED53
Complementary color
Monochromatic Colors of #50ED53
Black with #50ED53
Text Example
Text Example
White with #50ED53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50ED53; }
p { color: rgb(80,237,83); }
H1.HeaderClassName
{
color: #50ED53;
}
.AnyTagClassName
{
color: #50ED53;
}
</style>
background-color css
<style>
a { background-color: #50ED53; }
a { background-color: rgb(80,237,83); }
div.DivClassName
{
background-color: #50ED53;
}
.BgClassName
{
background-color: #50ED53;
}
</style>
border-color css
<style>
span { border-color: #50ED53; }
span { border-color: rgb(80,237,83); }
td.TdClassName
{
border-color: #50ED53;
}
.TagClassName
{
border-color: #50ED53;
}
</style>