Shades of Screamin' Green #80FF78
Tints of Screamin' Green #80FF78
RGB
CMYK
RGB Variations
Color information
#80FF78 (or 0x80FF78) is known color: Screamin' Green. HEX triplet: 80, FF and 78. RGB value is (128,255,120). Sum of RGB (Red+Green+Blue) = 128+255+120=503 (66% of max value = 765). Red value is 128 (50.39% from 255 or 25.45% from 503); Green value is 255 (100% from 255 or 50.70% from 503); Blue value is 120 (47.27% from 255 or 23.86% from 503); Max value from RGB is 255 - color contains mainly: green. Hex color #80FF78 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #80FF78 is #7F0087. Grayscale: #CACACA. Windows color (decimal): -8323208 or 7929728. OLE color: 7929728.
HSL color Cylindrical-coordinate representation of color #80FF78: hue angle of 116.44º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #80FF78 is Cyan = 0.50, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.
Color convert
| RGB | 128 | 255 | 120 | - |
| CMYK | 0.50 | 0 | 0.53 | 0 |
| HSL | 116.44º | 1% | 0.74% | - |
| HSV(B) | 116.44º | 0.53% | 1% | - |
| XYZ | 48.05 | 77.47 | 30.19 | - |
| YUV | 201.64 | 81.92 | 75.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 255 | 120 | 0.50 | 0 | 0.53 | 0 | 116.44 | 1 | 0.74 |
| Hex | 80 | FF | 78 | 32 | 0 | 35 | 0 | 74 | 64 | 4A |
| Octal | 200 | 377 | 170 | 62 | 0 | 65 | 0 | 164 | 144 | 112 |
| Binary | 10000000 | 11111111 | 1111000 | 110010 | 0 | 110101 | 0 | 1110100 | 1100100 | 1001010 |
Color Harmonies of #80FF78
Complementary color
Monochromatic Colors of #80FF78
Black with #80FF78
Text Example
Text Example
White with #80FF78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80FF78; }
p { color: rgb(128,255,120); }
H1.HeaderClassName
{
color: #80FF78;
}
.AnyTagClassName
{
color: #80FF78;
}
</style>
background-color css
<style>
a { background-color: #80FF78; }
a { background-color: rgb(128,255,120); }
div.DivClassName
{
background-color: #80FF78;
}
.BgClassName
{
background-color: #80FF78;
}
</style>
border-color css
<style>
span { border-color: #80FF78; }
span { border-color: rgb(128,255,120); }
td.TdClassName
{
border-color: #80FF78;
}
.TagClassName
{
border-color: #80FF78;
}
</style>