Shades of Screamin' Green #50F770
Tints of Screamin' Green #50F770
RGB
CMYK
RGB Variations
Color information
#50F770 (or 0x50F770) is known color: Screamin' Green. HEX triplet: 50, F7 and 70. RGB value is (80,247,112). Sum of RGB (Red+Green+Blue) = 80+247+112=439 (58% of max value = 765). Red value is 80 (31.64% from 255 or 18.22% from 439); Green value is 247 (96.88% from 255 or 56.26% from 439); Blue value is 112 (44.14% from 255 or 25.51% from 439); Max value from RGB is 247 - color contains mainly: green. Hex color #50F770 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #50F770 is #AF088F. Grayscale: #B6B6B6. Windows color (decimal): -11470992 or 7403344. OLE color: 7403344.
HSL color Cylindrical-coordinate representation of color #50F770: hue angle of 131.5º 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 #50F770 is Cyan = 0.68, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 80 | 247 | 112 | - |
| CMYK | 0.68 | 0 | 0.55 | 0.03 |
| HSL | 131.5º | 0.91% | 0.64% | - |
| HSV(B) | 131.5º | 0.68% | 0.97% | - |
| XYZ | 39.49 | 69.4 | 26.64 | - |
| YUV | 181.68 | 88.67 | 55.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 247 | 112 | 0.68 | 0 | 0.55 | 0.03 | 131.5 | 0.91 | 0.64 |
| Hex | 50 | F7 | 70 | 44 | 0 | 37 | 3 | 83 | 5B | 40 |
| Octal | 120 | 367 | 160 | 104 | 0 | 67 | 3 | 203 | 133 | 100 |
| Binary | 1010000 | 11110111 | 1110000 | 1000100 | 0 | 110111 | 11 | 10000011 | 1011011 | 1000000 |
Color Harmonies of #50F770
Complementary color
Monochromatic Colors of #50F770
Black with #50F770
Text Example
Text Example
White with #50F770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50F770; }
p { color: rgb(80,247,112); }
H1.HeaderClassName
{
color: #50F770;
}
.AnyTagClassName
{
color: #50F770;
}
</style>
background-color css
<style>
a { background-color: #50F770; }
a { background-color: rgb(80,247,112); }
div.DivClassName
{
background-color: #50F770;
}
.BgClassName
{
background-color: #50F770;
}
</style>
border-color css
<style>
span { border-color: #50F770; }
span { border-color: rgb(80,247,112); }
td.TdClassName
{
border-color: #50F770;
}
.TagClassName
{
border-color: #50F770;
}
</style>