Shades of Screamin' Green #50FC5E
Tints of Screamin' Green #50FC5E
RGB
CMYK
RGB Variations
Color information
#50FC5E (or 0x50FC5E) is known color: Screamin' Green. HEX triplet: 50, FC and 5E. RGB value is (80,252,94). Sum of RGB (Red+Green+Blue) = 80+252+94=426 (56% of max value = 765). Red value is 80 (31.64% from 255 or 18.78% from 426); Green value is 252 (98.83% from 255 or 59.15% from 426); Blue value is 94 (37.11% from 255 or 22.07% from 426); Max value from RGB is 252 - color contains mainly: green. Hex color #50FC5E is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #50FC5E is #AF03A1. Grayscale: #B7B7B7. Windows color (decimal): -11469730 or 6224976. OLE color: 6224976.
HSL color Cylindrical-coordinate representation of color #50FC5E: hue angle of 124.88º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #50FC5E is Cyan = 0.68, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 80 | 252 | 94 | - |
| CMYK | 0.68 | 0 | 0.63 | 0.01 |
| HSL | 124.88º | 0.97% | 0.65% | - |
| HSV(B) | 124.88º | 0.68% | 0.99% | - |
| XYZ | 40.14 | 72.13 | 22.4 | - |
| YUV | 182.56 | 78.02 | 54.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 252 | 94 | 0.68 | 0 | 0.63 | 0.01 | 124.88 | 0.97 | 0.65 |
| Hex | 50 | FC | 5E | 44 | 0 | 3F | 1 | 7D | 61 | 41 |
| Octal | 120 | 374 | 136 | 104 | 0 | 77 | 1 | 175 | 141 | 101 |
| Binary | 1010000 | 11111100 | 1011110 | 1000100 | 0 | 111111 | 1 | 1111101 | 1100001 | 1000001 |
Color Harmonies of #50FC5E
Complementary color
Monochromatic Colors of #50FC5E
Black with #50FC5E
Text Example
Text Example
White with #50FC5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50FC5E; }
p { color: rgb(80,252,94); }
H1.HeaderClassName
{
color: #50FC5E;
}
.AnyTagClassName
{
color: #50FC5E;
}
</style>
background-color css
<style>
a { background-color: #50FC5E; }
a { background-color: rgb(80,252,94); }
div.DivClassName
{
background-color: #50FC5E;
}
.BgClassName
{
background-color: #50FC5E;
}
</style>
border-color css
<style>
span { border-color: #50FC5E; }
span { border-color: rgb(80,252,94); }
td.TdClassName
{
border-color: #50FC5E;
}
.TagClassName
{
border-color: #50FC5E;
}
</style>