Shades of Screamin' Green #50FA71
Tints of Screamin' Green #50FA71
RGB
CMYK
RGB Variations
Color information
#50FA71 (or 0x50FA71) is known color: Screamin' Green. HEX triplet: 50, FA and 71. RGB value is (80,250,113). Sum of RGB (Red+Green+Blue) = 80+250+113=443 (58% of max value = 765). Red value is 80 (31.64% from 255 or 18.06% from 443); Green value is 250 (98.05% from 255 or 56.43% from 443); Blue value is 113 (44.53% from 255 or 25.51% from 443); Max value from RGB is 250 - color contains mainly: green. Hex color #50FA71 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #50FA71 is #AF058E. Grayscale: #B7B7B7. Windows color (decimal): -11470223 or 7469648. OLE color: 7469648.
HSL color Cylindrical-coordinate representation of color #50FA71: hue angle of 131.65º 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 #50FA71 is Cyan = 0.68, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 80 | 250 | 113 | - |
| CMYK | 0.68 | 0 | 0.55 | 0.02 |
| HSL | 131.65º | 0.94% | 0.65% | - |
| HSV(B) | 131.65º | 0.68% | 0.98% | - |
| XYZ | 40.47 | 71.27 | 27.25 | - |
| YUV | 183.55 | 88.18 | 54.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 250 | 113 | 0.68 | 0 | 0.55 | 0.02 | 131.65 | 0.94 | 0.65 |
| Hex | 50 | FA | 71 | 44 | 0 | 37 | 2 | 84 | 5E | 41 |
| Octal | 120 | 372 | 161 | 104 | 0 | 67 | 2 | 204 | 136 | 101 |
| Binary | 1010000 | 11111010 | 1110001 | 1000100 | 0 | 110111 | 10 | 10000100 | 1011110 | 1000001 |
Color Harmonies of #50FA71
Complementary color
Monochromatic Colors of #50FA71
Black with #50FA71
Text Example
Text Example
White with #50FA71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50FA71; }
p { color: rgb(80,250,113); }
H1.HeaderClassName
{
color: #50FA71;
}
.AnyTagClassName
{
color: #50FA71;
}
</style>
background-color css
<style>
a { background-color: #50FA71; }
a { background-color: rgb(80,250,113); }
div.DivClassName
{
background-color: #50FA71;
}
.BgClassName
{
background-color: #50FA71;
}
</style>
border-color css
<style>
span { border-color: #50FA71; }
span { border-color: rgb(80,250,113); }
td.TdClassName
{
border-color: #50FA71;
}
.TagClassName
{
border-color: #50FA71;
}
</style>