Shades of Screamin' Green #50FE56
Tints of Screamin' Green #50FE56
RGB
CMYK
RGB Variations
Color information
#50FE56 (or 0x50FE56) is known color: Screamin' Green. HEX triplet: 50, FE and 56. RGB value is (80,254,86). Sum of RGB (Red+Green+Blue) = 80+254+86=420 (55% of max value = 765). Red value is 80 (31.64% from 255 or 19.05% from 420); Green value is 254 (99.61% from 255 or 60.48% from 420); Blue value is 86 (33.98% from 255 or 20.48% from 420); Max value from RGB is 254 - color contains mainly: green. Hex color #50FE56 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #50FE56 is #AF01A9. Grayscale: #B7B7B7. Windows color (decimal): -11469226 or 5701200. OLE color: 5701200.
HSL color Cylindrical-coordinate representation of color #50FE56: hue angle of 122.07º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #50FE56 is Cyan = 0.69, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 80 | 254 | 86 | - |
| CMYK | 0.69 | 0 | 0.66 | 0.00 |
| HSL | 122.07º | 0.99% | 0.65% | - |
| HSV(B) | 122.07º | 0.69% | 1% | - |
| XYZ | 40.43 | 73.26 | 20.81 | - |
| YUV | 182.82 | 73.35 | 54.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 254 | 86 | 0.69 | 0 | 0.66 | 0.00 | 122.07 | 0.99 | 0.65 |
| Hex | 50 | FE | 56 | 45 | 0 | 42 | 0 | 7A | 63 | 41 |
| Octal | 120 | 376 | 126 | 105 | 0 | 102 | 0 | 172 | 143 | 101 |
| Binary | 1010000 | 11111110 | 1010110 | 1000101 | 0 | 1000010 | 0 | 1111010 | 1100011 | 1000001 |
Color Harmonies of #50FE56
Complementary color
Monochromatic Colors of #50FE56
Black with #50FE56
Text Example
Text Example
White with #50FE56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50FE56; }
p { color: rgb(80,254,86); }
H1.HeaderClassName
{
color: #50FE56;
}
.AnyTagClassName
{
color: #50FE56;
}
</style>
background-color css
<style>
a { background-color: #50FE56; }
a { background-color: rgb(80,254,86); }
div.DivClassName
{
background-color: #50FE56;
}
.BgClassName
{
background-color: #50FE56;
}
</style>
border-color css
<style>
span { border-color: #50FE56; }
span { border-color: rgb(80,254,86); }
td.TdClassName
{
border-color: #50FE56;
}
.TagClassName
{
border-color: #50FE56;
}
</style>