Shades of Screamin' Green #50FA56
Tints of Screamin' Green #50FA56
RGB
CMYK
RGB Variations
Color information
#50FA56 (or 0x50FA56) is known color: Screamin' Green. HEX triplet: 50, FA and 56. RGB value is (80,250,86). Sum of RGB (Red+Green+Blue) = 80+250+86=416 (55% of max value = 765). Red value is 80 (31.64% from 255 or 19.23% from 416); Green value is 250 (98.05% from 255 or 60.10% from 416); Blue value is 86 (33.98% from 255 or 20.67% from 416); Max value from RGB is 250 - color contains mainly: green. Hex color #50FA56 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #50FA56 is #AF05A9. Grayscale: #B4B4B4. Windows color (decimal): -11470250 or 5700176. OLE color: 5700176.
HSL color Cylindrical-coordinate representation of color #50FA56: hue angle of 122.12º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #50FA56 is Cyan = 0.68, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 80 | 250 | 86 | - |
| CMYK | 0.68 | 0 | 0.66 | 0.02 |
| HSL | 122.12º | 0.94% | 0.65% | - |
| HSV(B) | 122.12º | 0.68% | 0.98% | - |
| XYZ | 39.17 | 70.75 | 20.4 | - |
| YUV | 180.47 | 74.68 | 56.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 250 | 86 | 0.68 | 0 | 0.66 | 0.02 | 122.12 | 0.94 | 0.65 |
| Hex | 50 | FA | 56 | 44 | 0 | 42 | 2 | 7A | 5E | 41 |
| Octal | 120 | 372 | 126 | 104 | 0 | 102 | 2 | 172 | 136 | 101 |
| Binary | 1010000 | 11111010 | 1010110 | 1000100 | 0 | 1000010 | 10 | 1111010 | 1011110 | 1000001 |
Color Harmonies of #50FA56
Complementary color
Monochromatic Colors of #50FA56
Black with #50FA56
Text Example
Text Example
White with #50FA56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50FA56; }
p { color: rgb(80,250,86); }
H1.HeaderClassName
{
color: #50FA56;
}
.AnyTagClassName
{
color: #50FA56;
}
</style>
background-color css
<style>
a { background-color: #50FA56; }
a { background-color: rgb(80,250,86); }
div.DivClassName
{
background-color: #50FA56;
}
.BgClassName
{
background-color: #50FA56;
}
</style>
border-color css
<style>
span { border-color: #50FA56; }
span { border-color: rgb(80,250,86); }
td.TdClassName
{
border-color: #50FA56;
}
.TagClassName
{
border-color: #50FA56;
}
</style>