Shades of Screamin' Green #50E55C
Tints of Screamin' Green #50E55C
RGB
CMYK
RGB Variations
Color information
#50E55C (or 0x50E55C) is known color: Screamin' Green. HEX triplet: 50, E5 and 5C. RGB value is (80,229,92). Sum of RGB (Red+Green+Blue) = 80+229+92=401 (53% of max value = 765). Red value is 80 (31.64% from 255 or 19.95% from 401); Green value is 229 (89.84% from 255 or 57.11% from 401); Blue value is 92 (36.33% from 255 or 22.94% from 401); Max value from RGB is 229 - color contains mainly: green. Hex color #50E55C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50E55C is #AF1AA3. Grayscale: #A9A9A9. Windows color (decimal): -11475620 or 6088016. OLE color: 6088016.
HSL color Cylindrical-coordinate representation of color #50E55C: hue angle of 124.83º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #50E55C is Cyan = 0.65, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 80 | 229 | 92 | - |
| CMYK | 0.65 | 0 | 0.60 | 0.10 |
| HSL | 124.83º | 0.74% | 0.61% | - |
| HSV(B) | 124.83º | 0.65% | 0.9% | - |
| XYZ | 33.26 | 58.52 | 19.67 | - |
| YUV | 168.83 | 84.64 | 64.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 229 | 92 | 0.65 | 0 | 0.60 | 0.10 | 124.83 | 0.74 | 0.61 |
| Hex | 50 | E5 | 5C | 41 | 0 | 3C | A | 7D | 4A | 3D |
| Octal | 120 | 345 | 134 | 101 | 0 | 74 | 12 | 175 | 112 | 75 |
| Binary | 1010000 | 11100101 | 1011100 | 1000001 | 0 | 111100 | 1010 | 1111101 | 1001010 | 111101 |
Color Harmonies of #50E55C
Complementary color
Monochromatic Colors of #50E55C
Black with #50E55C
Text Example
Text Example
White with #50E55C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50E55C; }
p { color: rgb(80,229,92); }
H1.HeaderClassName
{
color: #50E55C;
}
.AnyTagClassName
{
color: #50E55C;
}
</style>
background-color css
<style>
a { background-color: #50E55C; }
a { background-color: rgb(80,229,92); }
div.DivClassName
{
background-color: #50E55C;
}
.BgClassName
{
background-color: #50E55C;
}
</style>
border-color css
<style>
span { border-color: #50E55C; }
span { border-color: rgb(80,229,92); }
td.TdClassName
{
border-color: #50E55C;
}
.TagClassName
{
border-color: #50E55C;
}
</style>