Shades of Screamin' Green #50ED71
Tints of Screamin' Green #50ED71
RGB
CMYK
RGB Variations
Color information
#50ED71 (or 0x50ED71) is known color: Screamin' Green. HEX triplet: 50, ED and 71. RGB value is (80,237,113). Sum of RGB (Red+Green+Blue) = 80+237+113=430 (56% of max value = 765). Red value is 80 (31.64% from 255 or 18.60% from 430); Green value is 237 (92.97% from 255 or 55.12% from 430); Blue value is 113 (44.53% from 255 or 26.28% from 430); Max value from RGB is 237 - color contains mainly: green. Hex color #50ED71 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #50ED71 is #AF128E. Grayscale: #B0B0B0. Windows color (decimal): -11473551 or 7466320. OLE color: 7466320.
HSL color Cylindrical-coordinate representation of color #50ED71: hue angle of 132.61º 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 #50ED71 is Cyan = 0.66, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 80 | 237 | 113 | - |
| CMYK | 0.66 | 0 | 0.52 | 0.07 |
| HSL | 132.61º | 0.81% | 0.62% | - |
| HSV(B) | 132.61º | 0.66% | 0.93% | - |
| XYZ | 36.57 | 63.47 | 25.95 | - |
| YUV | 175.92 | 92.49 | 59.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 237 | 113 | 0.66 | 0 | 0.52 | 0.07 | 132.61 | 0.81 | 0.62 |
| Hex | 50 | ED | 71 | 42 | 0 | 34 | 7 | 85 | 51 | 3E |
| Octal | 120 | 355 | 161 | 102 | 0 | 64 | 7 | 205 | 121 | 76 |
| Binary | 1010000 | 11101101 | 1110001 | 1000010 | 0 | 110100 | 111 | 10000101 | 1010001 | 111110 |
Color Harmonies of #50ED71
Complementary color
Monochromatic Colors of #50ED71
Black with #50ED71
Text Example
Text Example
White with #50ED71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50ED71; }
p { color: rgb(80,237,113); }
H1.HeaderClassName
{
color: #50ED71;
}
.AnyTagClassName
{
color: #50ED71;
}
</style>
background-color css
<style>
a { background-color: #50ED71; }
a { background-color: rgb(80,237,113); }
div.DivClassName
{
background-color: #50ED71;
}
.BgClassName
{
background-color: #50ED71;
}
</style>
border-color css
<style>
span { border-color: #50ED71; }
span { border-color: rgb(80,237,113); }
td.TdClassName
{
border-color: #50ED71;
}
.TagClassName
{
border-color: #50ED71;
}
</style>