Shades of Screamin' Green #50E24D
Tints of Screamin' Green #50E24D
RGB
CMYK
RGB Variations
Color information
#50E24D (or 0x50E24D) is known color: Screamin' Green. HEX triplet: 50, E2 and 4D. RGB value is (80,226,77). Sum of RGB (Red+Green+Blue) = 80+226+77=383 (50% of max value = 765). Red value is 80 (31.64% from 255 or 20.89% from 383); Green value is 226 (88.67% from 255 or 59.01% from 383); Blue value is 77 (30.47% from 255 or 20.10% from 383); Max value from RGB is 226 - color contains mainly: green. Hex color #50E24D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50E24D is #AF1DB2. Grayscale: #A5A5A5. Windows color (decimal): -11476403 or 5104208. OLE color: 5104208.
HSL color Cylindrical-coordinate representation of color #50E24D: hue angle of 118.79º degrees, saturation: 0.72, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #50E24D is Cyan = 0.65, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 80 | 226 | 77 | - |
| CMYK | 0.65 | 0 | 0.66 | 0.11 |
| HSL | 118.79º | 0.72% | 0.59% | - |
| HSV(B) | 118.79º | 0.66% | 0.89% | - |
| XYZ | 31.84 | 56.63 | 16.27 | - |
| YUV | 165.36 | 78.13 | 67.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 226 | 77 | 0.65 | 0 | 0.66 | 0.11 | 118.79 | 0.72 | 0.59 |
| Hex | 50 | E2 | 4D | 41 | 0 | 42 | B | 77 | 48 | 3B |
| Octal | 120 | 342 | 115 | 101 | 0 | 102 | 13 | 167 | 110 | 73 |
| Binary | 1010000 | 11100010 | 1001101 | 1000001 | 0 | 1000010 | 1011 | 1110111 | 1001000 | 111011 |
Color Harmonies of #50E24D
Complementary color
Monochromatic Colors of #50E24D
Black with #50E24D
Text Example
Text Example
White with #50E24D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50E24D; }
p { color: rgb(80,226,77); }
H1.HeaderClassName
{
color: #50E24D;
}
.AnyTagClassName
{
color: #50E24D;
}
</style>
background-color css
<style>
a { background-color: #50E24D; }
a { background-color: rgb(80,226,77); }
div.DivClassName
{
background-color: #50E24D;
}
.BgClassName
{
background-color: #50E24D;
}
</style>
border-color css
<style>
span { border-color: #50E24D; }
span { border-color: rgb(80,226,77); }
td.TdClassName
{
border-color: #50E24D;
}
.TagClassName
{
border-color: #50E24D;
}
</style>