Shades of Screamin' Green #50F756
Tints of Screamin' Green #50F756
RGB
CMYK
RGB Variations
Color information
#50F756 (or 0x50F756) is known color: Screamin' Green. HEX triplet: 50, F7 and 56. RGB value is (80,247,86). Sum of RGB (Red+Green+Blue) = 80+247+86=413 (54% of max value = 765). Red value is 80 (31.64% from 255 or 19.37% from 413); Green value is 247 (96.88% from 255 or 59.81% from 413); Blue value is 86 (33.98% from 255 or 20.82% from 413); Max value from RGB is 247 - color contains mainly: green. Hex color #50F756 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #50F756 is #AF08A9. Grayscale: #B3B3B3. Windows color (decimal): -11471018 or 5699408. OLE color: 5699408.
HSL color Cylindrical-coordinate representation of color #50F756: hue angle of 122.16º degrees, saturation: 0.91, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #50F756 is Cyan = 0.68, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 80 | 247 | 86 | - |
| CMYK | 0.68 | 0 | 0.65 | 0.03 |
| HSL | 122.16º | 0.91% | 0.64% | - |
| HSV(B) | 122.16º | 0.68% | 0.97% | - |
| XYZ | 38.25 | 68.9 | 20.09 | - |
| YUV | 178.71 | 75.67 | 57.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 247 | 86 | 0.68 | 0 | 0.65 | 0.03 | 122.16 | 0.91 | 0.64 |
| Hex | 50 | F7 | 56 | 44 | 0 | 41 | 3 | 7A | 5B | 40 |
| Octal | 120 | 367 | 126 | 104 | 0 | 101 | 3 | 172 | 133 | 100 |
| Binary | 1010000 | 11110111 | 1010110 | 1000100 | 0 | 1000001 | 11 | 1111010 | 1011011 | 1000000 |
Color Harmonies of #50F756
Complementary color
Monochromatic Colors of #50F756
Black with #50F756
Text Example
Text Example
White with #50F756
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50F756; }
p { color: rgb(80,247,86); }
H1.HeaderClassName
{
color: #50F756;
}
.AnyTagClassName
{
color: #50F756;
}
</style>
background-color css
<style>
a { background-color: #50F756; }
a { background-color: rgb(80,247,86); }
div.DivClassName
{
background-color: #50F756;
}
.BgClassName
{
background-color: #50F756;
}
</style>
border-color css
<style>
span { border-color: #50F756; }
span { border-color: rgb(80,247,86); }
td.TdClassName
{
border-color: #50F756;
}
.TagClassName
{
border-color: #50F756;
}
</style>