Shades of Screamin' Green #80FF70
Tints of Screamin' Green #80FF70
RGB
CMYK
RGB Variations
Color information
#80FF70 (or 0x80FF70) is known color: Screamin' Green. HEX triplet: 80, FF and 70. RGB value is (128,255,112). Sum of RGB (Red+Green+Blue) = 128+255+112=495 (65% of max value = 765). Red value is 128 (50.39% from 255 or 25.86% from 495); Green value is 255 (100% from 255 or 51.52% from 495); Blue value is 112 (44.14% from 255 or 22.63% from 495); Max value from RGB is 255 - color contains mainly: green. Hex color #80FF70 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #80FF70 is #7F008F. Grayscale: #C9C9C9. Windows color (decimal): -8323216 or 7405440. OLE color: 7405440.
HSL color Cylindrical-coordinate representation of color #80FF70: hue angle of 113.29º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #80FF70 is Cyan = 0.50, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.
Color convert
| RGB | 128 | 255 | 112 | - |
| CMYK | 0.50 | 0 | 0.56 | 0 |
| HSL | 113.29º | 1% | 0.72% | - |
| HSV(B) | 113.29º | 0.56% | 1% | - |
| XYZ | 47.59 | 77.28 | 27.74 | - |
| YUV | 200.73 | 77.92 | 76.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 255 | 112 | 0.50 | 0 | 0.56 | 0 | 113.29 | 1 | 0.72 |
| Hex | 80 | FF | 70 | 32 | 0 | 38 | 0 | 71 | 64 | 48 |
| Octal | 200 | 377 | 160 | 62 | 0 | 70 | 0 | 161 | 144 | 110 |
| Binary | 10000000 | 11111111 | 1110000 | 110010 | 0 | 111000 | 0 | 1110001 | 1100100 | 1001000 |
Color Harmonies of #80FF70
Complementary color
Monochromatic Colors of #80FF70
Black with #80FF70
Text Example
Text Example
White with #80FF70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80FF70; }
p { color: rgb(128,255,112); }
H1.HeaderClassName
{
color: #80FF70;
}
.AnyTagClassName
{
color: #80FF70;
}
</style>
background-color css
<style>
a { background-color: #80FF70; }
a { background-color: rgb(128,255,112); }
div.DivClassName
{
background-color: #80FF70;
}
.BgClassName
{
background-color: #80FF70;
}
</style>
border-color css
<style>
span { border-color: #80FF70; }
span { border-color: rgb(128,255,112); }
td.TdClassName
{
border-color: #80FF70;
}
.TagClassName
{
border-color: #80FF70;
}
</style>