Shades of Screamin' Green #50FC57
Tints of Screamin' Green #50FC57
RGB
CMYK
RGB Variations
Color information
#50FC57 (or 0x50FC57) is known color: Screamin' Green. HEX triplet: 50, FC and 57. RGB value is (80,252,87). Sum of RGB (Red+Green+Blue) = 80+252+87=419 (55% of max value = 765). Red value is 80 (31.64% from 255 or 19.09% from 419); Green value is 252 (98.83% from 255 or 60.14% from 419); Blue value is 87 (34.38% from 255 or 20.76% from 419); Max value from RGB is 252 - color contains mainly: green. Hex color #50FC57 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #50FC57 is #AF03A8. Grayscale: #B6B6B6. Windows color (decimal): -11469737 or 5766224. OLE color: 5766224.
HSL color Cylindrical-coordinate representation of color #50FC57: hue angle of 122.44º 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 #50FC57 is Cyan = 0.68, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 80 | 252 | 87 | - |
| CMYK | 0.68 | 0 | 0.65 | 0.01 |
| HSL | 122.44º | 0.97% | 0.65% | - |
| HSV(B) | 122.44º | 0.68% | 0.99% | - |
| XYZ | 39.84 | 72.01 | 20.82 | - |
| YUV | 181.76 | 74.52 | 55.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 252 | 87 | 0.68 | 0 | 0.65 | 0.01 | 122.44 | 0.97 | 0.65 |
| Hex | 50 | FC | 57 | 44 | 0 | 41 | 1 | 7A | 61 | 41 |
| Octal | 120 | 374 | 127 | 104 | 0 | 101 | 1 | 172 | 141 | 101 |
| Binary | 1010000 | 11111100 | 1010111 | 1000100 | 0 | 1000001 | 1 | 1111010 | 1100001 | 1000001 |
Color Harmonies of #50FC57
Complementary color
Monochromatic Colors of #50FC57
Black with #50FC57
Text Example
Text Example
White with #50FC57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50FC57; }
p { color: rgb(80,252,87); }
H1.HeaderClassName
{
color: #50FC57;
}
.AnyTagClassName
{
color: #50FC57;
}
</style>
background-color css
<style>
a { background-color: #50FC57; }
a { background-color: rgb(80,252,87); }
div.DivClassName
{
background-color: #50FC57;
}
.BgClassName
{
background-color: #50FC57;
}
</style>
border-color css
<style>
span { border-color: #50FC57; }
span { border-color: rgb(80,252,87); }
td.TdClassName
{
border-color: #50FC57;
}
.TagClassName
{
border-color: #50FC57;
}
</style>