Shades of Screamin' Green #80FF50
Tints of Screamin' Green #80FF50
RGB
CMYK
RGB Variations
Color information
#80FF50 (or 0x80FF50) is known color: Screamin' Green. HEX triplet: 80, FF and 50. RGB value is (128,255,80). Sum of RGB (Red+Green+Blue) = 128+255+80=463 (61% of max value = 765). Red value is 128 (50.39% from 255 or 27.65% from 463); Green value is 255 (100% from 255 or 55.08% from 463); Blue value is 80 (31.64% from 255 or 17.28% from 463); Max value from RGB is 255 - color contains mainly: green. Hex color #80FF50 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #80FF50 is #7F00AF. Grayscale: #C5C5C5. Windows color (decimal): -8323248 or 5308288. OLE color: 5308288.
HSL color Cylindrical-coordinate representation of color #80FF50: hue angle of 103.54º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #80FF50 is Cyan = 0.50, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.
Color convert
| RGB | 128 | 255 | 80 | - |
| CMYK | 0.50 | 0 | 0.69 | 0 |
| HSL | 103.54º | 1% | 0.66% | - |
| HSV(B) | 103.54º | 0.69% | 1% | - |
| XYZ | 46.11 | 76.69 | 19.96 | - |
| YUV | 197.08 | 61.92 | 78.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 255 | 80 | 0.50 | 0 | 0.69 | 0 | 103.54 | 1 | 0.66 |
| Hex | 80 | FF | 50 | 32 | 0 | 45 | 0 | 68 | 64 | 42 |
| Octal | 200 | 377 | 120 | 62 | 0 | 105 | 0 | 150 | 144 | 102 |
| Binary | 10000000 | 11111111 | 1010000 | 110010 | 0 | 1000101 | 0 | 1101000 | 1100100 | 1000010 |
Color Harmonies of #80FF50
Complementary color
Monochromatic Colors of #80FF50
Black with #80FF50
Text Example
Text Example
White with #80FF50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80FF50; }
p { color: rgb(128,255,80); }
H1.HeaderClassName
{
color: #80FF50;
}
.AnyTagClassName
{
color: #80FF50;
}
</style>
background-color css
<style>
a { background-color: #80FF50; }
a { background-color: rgb(128,255,80); }
div.DivClassName
{
background-color: #80FF50;
}
.BgClassName
{
background-color: #80FF50;
}
</style>
border-color css
<style>
span { border-color: #80FF50; }
span { border-color: rgb(128,255,80); }
td.TdClassName
{
border-color: #80FF50;
}
.TagClassName
{
border-color: #80FF50;
}
</style>