Shades of Screamin' Green #80F758
Tints of Screamin' Green #80F758
RGB
CMYK
RGB Variations
Color information
#80F758 (or 0x80F758) is known color: Screamin' Green. HEX triplet: 80, F7 and 58. RGB value is (128,247,88). Sum of RGB (Red+Green+Blue) = 128+247+88=463 (61% of max value = 765). Red value is 128 (50.39% from 255 or 27.65% from 463); Green value is 247 (96.88% from 255 or 53.35% from 463); Blue value is 88 (34.77% from 255 or 19.01% from 463); Max value from RGB is 247 - color contains mainly: green. Hex color #80F758 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #80F758 is #7F08A7. Grayscale: #C1C1C1. Windows color (decimal): -8325288 or 5830528. OLE color: 5830528.
HSL color Cylindrical-coordinate representation of color #80F758: hue angle of 104.91º degrees, saturation: 0.91, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #80F758 is Cyan = 0.48, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 128 | 247 | 88 | - |
| CMYK | 0.48 | 0 | 0.64 | 0.03 |
| HSL | 104.91º | 0.91% | 0.66% | - |
| HSV(B) | 104.91º | 0.64% | 0.97% | - |
| XYZ | 43.92 | 71.82 | 20.78 | - |
| YUV | 193.29 | 68.58 | 81.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 247 | 88 | 0.48 | 0 | 0.64 | 0.03 | 104.91 | 0.91 | 0.66 |
| Hex | 80 | F7 | 58 | 30 | 0 | 40 | 3 | 69 | 5B | 42 |
| Octal | 200 | 367 | 130 | 60 | 0 | 100 | 3 | 151 | 133 | 102 |
| Binary | 10000000 | 11110111 | 1011000 | 110000 | 0 | 1000000 | 11 | 1101001 | 1011011 | 1000010 |
Color Harmonies of #80F758
Complementary color
Monochromatic Colors of #80F758
Black with #80F758
Text Example
Text Example
White with #80F758
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80F758; }
p { color: rgb(128,247,88); }
H1.HeaderClassName
{
color: #80F758;
}
.AnyTagClassName
{
color: #80F758;
}
</style>
background-color css
<style>
a { background-color: #80F758; }
a { background-color: rgb(128,247,88); }
div.DivClassName
{
background-color: #80F758;
}
.BgClassName
{
background-color: #80F758;
}
</style>
border-color css
<style>
span { border-color: #80F758; }
span { border-color: rgb(128,247,88); }
td.TdClassName
{
border-color: #80F758;
}
.TagClassName
{
border-color: #80F758;
}
</style>