Shades of Screamin' Green #80FA55
Tints of Screamin' Green #80FA55
RGB
CMYK
RGB Variations
Color information
#80FA55 (or 0x80FA55) is known color: Screamin' Green. HEX triplet: 80, FA and 55. RGB value is (128,250,85). Sum of RGB (Red+Green+Blue) = 128+250+85=463 (61% of max value = 765). Red value is 128 (50.39% from 255 or 27.65% from 463); Green value is 250 (98.05% from 255 or 54.00% from 463); Blue value is 85 (33.59% from 255 or 18.36% from 463); Max value from RGB is 250 - color contains mainly: green. Hex color #80FA55 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #80FA55 is #7F05AA. Grayscale: #C3C3C3. Windows color (decimal): -8324523 or 5634688. OLE color: 5634688.
HSL color Cylindrical-coordinate representation of color #80FA55: hue angle of 104.36º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #80FA55 is Cyan = 0.49, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 128 | 250 | 85 | - |
| CMYK | 0.49 | 0 | 0.66 | 0.02 |
| HSL | 104.36º | 0.94% | 0.66% | - |
| HSV(B) | 104.36º | 0.66% | 0.98% | - |
| XYZ | 44.73 | 73.62 | 20.45 | - |
| YUV | 194.71 | 66.08 | 80.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 250 | 85 | 0.49 | 0 | 0.66 | 0.02 | 104.36 | 0.94 | 0.66 |
| Hex | 80 | FA | 55 | 31 | 0 | 42 | 2 | 68 | 5E | 42 |
| Octal | 200 | 372 | 125 | 61 | 0 | 102 | 2 | 150 | 136 | 102 |
| Binary | 10000000 | 11111010 | 1010101 | 110001 | 0 | 1000010 | 10 | 1101000 | 1011110 | 1000010 |
Color Harmonies of #80FA55
Complementary color
Monochromatic Colors of #80FA55
Black with #80FA55
Text Example
Text Example
White with #80FA55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80FA55; }
p { color: rgb(128,250,85); }
H1.HeaderClassName
{
color: #80FA55;
}
.AnyTagClassName
{
color: #80FA55;
}
</style>
background-color css
<style>
a { background-color: #80FA55; }
a { background-color: rgb(128,250,85); }
div.DivClassName
{
background-color: #80FA55;
}
.BgClassName
{
background-color: #80FA55;
}
</style>
border-color css
<style>
span { border-color: #80FA55; }
span { border-color: rgb(128,250,85); }
td.TdClassName
{
border-color: #80FA55;
}
.TagClassName
{
border-color: #80FA55;
}
</style>