Shades of Screamin' Green #50E54E
Tints of Screamin' Green #50E54E
RGB
CMYK
RGB Variations
Color information
#50E54E (or 0x50E54E) is known color: Screamin' Green. HEX triplet: 50, E5 and 4E. RGB value is (80,229,78). Sum of RGB (Red+Green+Blue) = 80+229+78=387 (51% of max value = 765). Red value is 80 (31.64% from 255 or 20.67% from 387); Green value is 229 (89.84% from 255 or 59.17% from 387); Blue value is 78 (30.86% from 255 or 20.16% from 387); Max value from RGB is 229 - color contains mainly: green. Hex color #50E54E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50E54E is #AF1AB1. Grayscale: #A7A7A7. Windows color (decimal): -11475634 or 5170512. OLE color: 5170512.
HSL color Cylindrical-coordinate representation of color #50E54E: hue angle of 119.21º degrees, saturation: 0.74, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #50E54E is Cyan = 0.65, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 80 | 229 | 78 | - |
| CMYK | 0.65 | 0 | 0.66 | 0.10 |
| HSL | 119.21º | 0.74% | 0.6% | - |
| HSV(B) | 119.21º | 0.66% | 0.9% | - |
| XYZ | 32.7 | 58.29 | 16.74 | - |
| YUV | 167.24 | 77.64 | 65.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 229 | 78 | 0.65 | 0 | 0.66 | 0.10 | 119.21 | 0.74 | 0.6 |
| Hex | 50 | E5 | 4E | 41 | 0 | 42 | A | 77 | 4A | 3C |
| Octal | 120 | 345 | 116 | 101 | 0 | 102 | 12 | 167 | 112 | 74 |
| Binary | 1010000 | 11100101 | 1001110 | 1000001 | 0 | 1000010 | 1010 | 1110111 | 1001010 | 111100 |
Color Harmonies of #50E54E
Complementary color
Monochromatic Colors of #50E54E
Black with #50E54E
Text Example
Text Example
White with #50E54E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50E54E; }
p { color: rgb(80,229,78); }
H1.HeaderClassName
{
color: #50E54E;
}
.AnyTagClassName
{
color: #50E54E;
}
</style>
background-color css
<style>
a { background-color: #50E54E; }
a { background-color: rgb(80,229,78); }
div.DivClassName
{
background-color: #50E54E;
}
.BgClassName
{
background-color: #50E54E;
}
</style>
border-color css
<style>
span { border-color: #50E54E; }
span { border-color: rgb(80,229,78); }
td.TdClassName
{
border-color: #50E54E;
}
.TagClassName
{
border-color: #50E54E;
}
</style>