Shades of Screamin' Green #50F079
Tints of Screamin' Green #50F079
RGB
CMYK
RGB Variations
Color information
#50F079 (or 0x50F079) is known color: Screamin' Green. HEX triplet: 50, F0 and 79. RGB value is (80,240,121). Sum of RGB (Red+Green+Blue) = 80+240+121=441 (58% of max value = 765). Red value is 80 (31.64% from 255 or 18.14% from 441); Green value is 240 (94.14% from 255 or 54.42% from 441); Blue value is 121 (47.66% from 255 or 27.44% from 441); Max value from RGB is 240 - color contains mainly: green. Hex color #50F079 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #50F079 is #AF0F86. Grayscale: #B2B2B2. Windows color (decimal): -11472775 or 7991376. OLE color: 7991376.
HSL color Cylindrical-coordinate representation of color #50F079: hue angle of 135.38º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #50F079 is Cyan = 0.67, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 80 | 240 | 121 | - |
| CMYK | 0.67 | 0 | 0.50 | 0.06 |
| HSL | 135.38º | 0.84% | 0.63% | - |
| HSV(B) | 135.38º | 0.67% | 0.94% | - |
| XYZ | 37.92 | 65.41 | 28.72 | - |
| YUV | 178.59 | 95.49 | 57.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 240 | 121 | 0.67 | 0 | 0.50 | 0.06 | 135.38 | 0.84 | 0.63 |
| Hex | 50 | F0 | 79 | 43 | 0 | 32 | 6 | 87 | 54 | 3F |
| Octal | 120 | 360 | 171 | 103 | 0 | 62 | 6 | 207 | 124 | 77 |
| Binary | 1010000 | 11110000 | 1111001 | 1000011 | 0 | 110010 | 110 | 10000111 | 1010100 | 111111 |
Color Harmonies of #50F079
Complementary color
Monochromatic Colors of #50F079
Black with #50F079
Text Example
Text Example
White with #50F079
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50F079; }
p { color: rgb(80,240,121); }
H1.HeaderClassName
{
color: #50F079;
}
.AnyTagClassName
{
color: #50F079;
}
</style>
background-color css
<style>
a { background-color: #50F079; }
a { background-color: rgb(80,240,121); }
div.DivClassName
{
background-color: #50F079;
}
.BgClassName
{
background-color: #50F079;
}
</style>
border-color css
<style>
span { border-color: #50F079; }
span { border-color: rgb(80,240,121); }
td.TdClassName
{
border-color: #50F079;
}
.TagClassName
{
border-color: #50F079;
}
</style>