Shades of Screamin' Green #50E549
Tints of Screamin' Green #50E549
RGB
CMYK
RGB Variations
Color information
#50E549 (or 0x50E549) is known color: Screamin' Green. HEX triplet: 50, E5 and 49. RGB value is (80,229,73). Sum of RGB (Red+Green+Blue) = 80+229+73=382 (50% of max value = 765). Red value is 80 (31.64% from 255 or 20.94% from 382); Green value is 229 (89.84% from 255 or 59.95% from 382); Blue value is 73 (28.91% from 255 or 19.11% from 382); Max value from RGB is 229 - color contains mainly: green. Hex color #50E549 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50E549 is #AF1AB6. Grayscale: #A7A7A7. Windows color (decimal): -11475639 or 4842832. OLE color: 4842832.
HSL color Cylindrical-coordinate representation of color #50E549: hue angle of 117.31º degrees, saturation: 0.75, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #50E549 is Cyan = 0.65, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 80 | 229 | 73 | - |
| CMYK | 0.65 | 0 | 0.68 | 0.10 |
| HSL | 117.31º | 0.75% | 0.59% | - |
| HSV(B) | 117.31º | 0.68% | 0.9% | - |
| XYZ | 32.53 | 58.23 | 15.83 | - |
| YUV | 166.67 | 75.14 | 66.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 229 | 73 | 0.65 | 0 | 0.68 | 0.10 | 117.31 | 0.75 | 0.59 |
| Hex | 50 | E5 | 49 | 41 | 0 | 44 | A | 75 | 4B | 3B |
| Octal | 120 | 345 | 111 | 101 | 0 | 104 | 12 | 165 | 113 | 73 |
| Binary | 1010000 | 11100101 | 1001001 | 1000001 | 0 | 1000100 | 1010 | 1110101 | 1001011 | 111011 |
Color Harmonies of #50E549
Complementary color
Monochromatic Colors of #50E549
Black with #50E549
Text Example
Text Example
White with #50E549
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50E549; }
p { color: rgb(80,229,73); }
H1.HeaderClassName
{
color: #50E549;
}
.AnyTagClassName
{
color: #50E549;
}
</style>
background-color css
<style>
a { background-color: #50E549; }
a { background-color: rgb(80,229,73); }
div.DivClassName
{
background-color: #50E549;
}
.BgClassName
{
background-color: #50E549;
}
</style>
border-color css
<style>
span { border-color: #50E549; }
span { border-color: rgb(80,229,73); }
td.TdClassName
{
border-color: #50E549;
}
.TagClassName
{
border-color: #50E549;
}
</style>