Shades of Screamin' Green #50F176
Tints of Screamin' Green #50F176
RGB
CMYK
RGB Variations
Color information
#50F176 (or 0x50F176) is known color: Screamin' Green. HEX triplet: 50, F1 and 76. RGB value is (80,241,118). Sum of RGB (Red+Green+Blue) = 80+241+118=439 (58% of max value = 765). Red value is 80 (31.64% from 255 or 18.22% from 439); Green value is 241 (94.53% from 255 or 54.90% from 439); Blue value is 118 (46.48% from 255 or 26.88% from 439); Max value from RGB is 241 - color contains mainly: green. Hex color #50F176 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #50F176 is #AF0E89. Grayscale: #B3B3B3. Windows color (decimal): -11472522 or 7795024. OLE color: 7795024.
HSL color Cylindrical-coordinate representation of color #50F176: hue angle of 134.16º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #50F176 is Cyan = 0.67, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 80 | 241 | 118 | - |
| CMYK | 0.67 | 0 | 0.51 | 0.05 |
| HSL | 134.16º | 0.85% | 0.63% | - |
| HSV(B) | 134.16º | 0.67% | 0.95% | - |
| XYZ | 38.03 | 65.92 | 27.86 | - |
| YUV | 178.84 | 93.66 | 57.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 241 | 118 | 0.67 | 0 | 0.51 | 0.05 | 134.16 | 0.85 | 0.63 |
| Hex | 50 | F1 | 76 | 43 | 0 | 33 | 5 | 86 | 55 | 3F |
| Octal | 120 | 361 | 166 | 103 | 0 | 63 | 5 | 206 | 125 | 77 |
| Binary | 1010000 | 11110001 | 1110110 | 1000011 | 0 | 110011 | 101 | 10000110 | 1010101 | 111111 |
Color Harmonies of #50F176
Complementary color
Monochromatic Colors of #50F176
Black with #50F176
Text Example
Text Example
White with #50F176
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50F176; }
p { color: rgb(80,241,118); }
H1.HeaderClassName
{
color: #50F176;
}
.AnyTagClassName
{
color: #50F176;
}
</style>
background-color css
<style>
a { background-color: #50F176; }
a { background-color: rgb(80,241,118); }
div.DivClassName
{
background-color: #50F176;
}
.BgClassName
{
background-color: #50F176;
}
</style>
border-color css
<style>
span { border-color: #50F176; }
span { border-color: rgb(80,241,118); }
td.TdClassName
{
border-color: #50F176;
}
.TagClassName
{
border-color: #50F176;
}
</style>