Shades of Screamin' Green #80F871
Tints of Screamin' Green #80F871
RGB
CMYK
RGB Variations
Color information
#80F871 (or 0x80F871) is known color: Screamin' Green. HEX triplet: 80, F8 and 71. RGB value is (128,248,113). Sum of RGB (Red+Green+Blue) = 128+248+113=489 (64% of max value = 765). Red value is 128 (50.39% from 255 or 26.18% from 489); Green value is 248 (97.27% from 255 or 50.72% from 489); Blue value is 113 (44.53% from 255 or 23.11% from 489); Max value from RGB is 248 - color contains mainly: green. Hex color #80F871 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #80F871 is #7F078E. Grayscale: #C5C5C5. Windows color (decimal): -8325007 or 7469184. OLE color: 7469184.
HSL color Cylindrical-coordinate representation of color #80F871: hue angle of 113.33º degrees, saturation: 0.91, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #80F871 is Cyan = 0.48, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 128 | 248 | 113 | - |
| CMYK | 0.48 | 0 | 0.54 | 0.03 |
| HSL | 113.33º | 0.91% | 0.71% | - |
| HSV(B) | 113.33º | 0.54% | 0.97% | - |
| XYZ | 45.45 | 72.92 | 27.3 | - |
| YUV | 196.73 | 80.74 | 78.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 248 | 113 | 0.48 | 0 | 0.54 | 0.03 | 113.33 | 0.91 | 0.71 |
| Hex | 80 | F8 | 71 | 30 | 0 | 36 | 3 | 71 | 5B | 47 |
| Octal | 200 | 370 | 161 | 60 | 0 | 66 | 3 | 161 | 133 | 107 |
| Binary | 10000000 | 11111000 | 1110001 | 110000 | 0 | 110110 | 11 | 1110001 | 1011011 | 1000111 |
Color Harmonies of #80F871
Complementary color
Monochromatic Colors of #80F871
Black with #80F871
Text Example
Text Example
White with #80F871
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80F871; }
p { color: rgb(128,248,113); }
H1.HeaderClassName
{
color: #80F871;
}
.AnyTagClassName
{
color: #80F871;
}
</style>
background-color css
<style>
a { background-color: #80F871; }
a { background-color: rgb(128,248,113); }
div.DivClassName
{
background-color: #80F871;
}
.BgClassName
{
background-color: #80F871;
}
</style>
border-color css
<style>
span { border-color: #80F871; }
span { border-color: rgb(128,248,113); }
td.TdClassName
{
border-color: #80F871;
}
.TagClassName
{
border-color: #80F871;
}
</style>