Shades of Screamin' Green #50FB76
Tints of Screamin' Green #50FB76
RGB
CMYK
RGB Variations
Color information
#50FB76 (or 0x50FB76) is known color: Screamin' Green. HEX triplet: 50, FB and 76. RGB value is (80,251,118). Sum of RGB (Red+Green+Blue) = 80+251+118=449 (59% of max value = 765). Red value is 80 (31.64% from 255 or 17.82% from 449); Green value is 251 (98.44% from 255 or 55.90% from 449); Blue value is 118 (46.48% from 255 or 26.28% from 449); Max value from RGB is 251 - color contains mainly: green. Hex color #50FB76 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #50FB76 is #AF0489. Grayscale: #B9B9B9. Windows color (decimal): -11469962 or 7797584. OLE color: 7797584.
HSL color Cylindrical-coordinate representation of color #50FB76: hue angle of 133.33º degrees, saturation: 0.96, 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 #50FB76 is Cyan = 0.68, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 80 | 251 | 118 | - |
| CMYK | 0.68 | 0 | 0.53 | 0.02 |
| HSL | 133.33º | 0.96% | 0.65% | - |
| HSV(B) | 133.33º | 0.68% | 0.98% | - |
| XYZ | 41.08 | 72.01 | 28.87 | - |
| YUV | 184.71 | 90.35 | 53.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 251 | 118 | 0.68 | 0 | 0.53 | 0.02 | 133.33 | 0.96 | 0.65 |
| Hex | 50 | FB | 76 | 44 | 0 | 35 | 2 | 85 | 60 | 41 |
| Octal | 120 | 373 | 166 | 104 | 0 | 65 | 2 | 205 | 140 | 101 |
| Binary | 1010000 | 11111011 | 1110110 | 1000100 | 0 | 110101 | 10 | 10000101 | 1100000 | 1000001 |
Color Harmonies of #50FB76
Complementary color
Monochromatic Colors of #50FB76
Black with #50FB76
Text Example
Text Example
White with #50FB76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50FB76; }
p { color: rgb(80,251,118); }
H1.HeaderClassName
{
color: #50FB76;
}
.AnyTagClassName
{
color: #50FB76;
}
</style>
background-color css
<style>
a { background-color: #50FB76; }
a { background-color: rgb(80,251,118); }
div.DivClassName
{
background-color: #50FB76;
}
.BgClassName
{
background-color: #50FB76;
}
</style>
border-color css
<style>
span { border-color: #50FB76; }
span { border-color: rgb(80,251,118); }
td.TdClassName
{
border-color: #50FB76;
}
.TagClassName
{
border-color: #50FB76;
}
</style>