Shades of Screamin' Green #80F256
Tints of Screamin' Green #80F256
RGB
CMYK
RGB Variations
Color information
#80F256 (or 0x80F256) is known color: Screamin' Green. HEX triplet: 80, F2 and 56. RGB value is (128,242,86). Sum of RGB (Red+Green+Blue) = 128+242+86=456 (60% of max value = 765). Red value is 128 (50.39% from 255 or 28.07% from 456); Green value is 242 (94.92% from 255 or 53.07% from 456); Blue value is 86 (33.98% from 255 or 18.86% from 456); Max value from RGB is 242 - color contains mainly: green. Hex color #80F256 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #80F256 is #7F0DA9. Grayscale: #BEBEBE. Windows color (decimal): -8326570 or 5698176. OLE color: 5698176.
HSL color Cylindrical-coordinate representation of color #80F256: hue angle of 103.85º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #80F256 is Cyan = 0.47, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 128 | 242 | 86 | - |
| CMYK | 0.47 | 0 | 0.64 | 0.05 |
| HSL | 103.85º | 0.86% | 0.64% | - |
| HSV(B) | 103.85º | 0.64% | 0.95% | - |
| XYZ | 42.33 | 68.77 | 19.85 | - |
| YUV | 190.13 | 69.23 | 83.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 242 | 86 | 0.47 | 0 | 0.64 | 0.05 | 103.85 | 0.86 | 0.64 |
| Hex | 80 | F2 | 56 | 2F | 0 | 40 | 5 | 68 | 56 | 40 |
| Octal | 200 | 362 | 126 | 57 | 0 | 100 | 5 | 150 | 126 | 100 |
| Binary | 10000000 | 11110010 | 1010110 | 101111 | 0 | 1000000 | 101 | 1101000 | 1010110 | 1000000 |
Color Harmonies of #80F256
Complementary color
Monochromatic Colors of #80F256
Black with #80F256
Text Example
Text Example
White with #80F256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80F256; }
p { color: rgb(128,242,86); }
H1.HeaderClassName
{
color: #80F256;
}
.AnyTagClassName
{
color: #80F256;
}
</style>
background-color css
<style>
a { background-color: #80F256; }
a { background-color: rgb(128,242,86); }
div.DivClassName
{
background-color: #80F256;
}
.BgClassName
{
background-color: #80F256;
}
</style>
border-color css
<style>
span { border-color: #80F256; }
span { border-color: rgb(128,242,86); }
td.TdClassName
{
border-color: #80F256;
}
.TagClassName
{
border-color: #80F256;
}
</style>