Shades of Screamin' Green #50FF5E
Tints of Screamin' Green #50FF5E
RGB
CMYK
RGB Variations
Color information
#50FF5E (or 0x50FF5E) is known color: Screamin' Green. HEX triplet: 50, FF and 5E. RGB value is (80,255,94). Sum of RGB (Red+Green+Blue) = 80+255+94=429 (56% of max value = 765). Red value is 80 (31.64% from 255 or 18.65% from 429); Green value is 255 (100% from 255 or 59.44% from 429); Blue value is 94 (37.11% from 255 or 21.91% from 429); Max value from RGB is 255 - color contains mainly: green. Hex color #50FF5E is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #50FF5E is #AF00A1. Grayscale: #B8B8B8. Windows color (decimal): -11468962 or 6225744. OLE color: 6225744.
HSL color Cylindrical-coordinate representation of color #50FF5E: hue angle of 124.8º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #50FF5E is Cyan = 0.69, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.
Color convert
| RGB | 80 | 255 | 94 | - |
| CMYK | 0.69 | 0 | 0.63 | 0 |
| HSL | 124.8º | 1% | 0.66% | - |
| HSV(B) | 124.8º | 0.69% | 1% | - |
| XYZ | 41.09 | 74.03 | 22.71 | - |
| YUV | 184.32 | 77.02 | 53.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 255 | 94 | 0.69 | 0 | 0.63 | 0 | 124.8 | 1 | 0.66 |
| Hex | 50 | FF | 5E | 45 | 0 | 3F | 0 | 7D | 64 | 42 |
| Octal | 120 | 377 | 136 | 105 | 0 | 77 | 0 | 175 | 144 | 102 |
| Binary | 1010000 | 11111111 | 1011110 | 1000101 | 0 | 111111 | 0 | 1111101 | 1100100 | 1000010 |
Color Harmonies of #50FF5E
Complementary color
Monochromatic Colors of #50FF5E
Black with #50FF5E
Text Example
Text Example
White with #50FF5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50FF5E; }
p { color: rgb(80,255,94); }
H1.HeaderClassName
{
color: #50FF5E;
}
.AnyTagClassName
{
color: #50FF5E;
}
</style>
background-color css
<style>
a { background-color: #50FF5E; }
a { background-color: rgb(80,255,94); }
div.DivClassName
{
background-color: #50FF5E;
}
.BgClassName
{
background-color: #50FF5E;
}
</style>
border-color css
<style>
span { border-color: #50FF5E; }
span { border-color: rgb(80,255,94); }
td.TdClassName
{
border-color: #50FF5E;
}
.TagClassName
{
border-color: #50FF5E;
}
</style>