Shades of Screamin' Green #80F768
Tints of Screamin' Green #80F768
RGB
CMYK
RGB Variations
Color information
#80F768 (or 0x80F768) is known color: Screamin' Green. HEX triplet: 80, F7 and 68. RGB value is (128,247,104). Sum of RGB (Red+Green+Blue) = 128+247+104=479 (63% of max value = 765). Red value is 128 (50.39% from 255 or 26.72% from 479); Green value is 247 (96.88% from 255 or 51.57% from 479); Blue value is 104 (41.02% from 255 or 21.71% from 479); Max value from RGB is 247 - color contains mainly: green. Hex color #80F768 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #80F768 is #7F0897. Grayscale: #C3C3C3. Windows color (decimal): -8325272 or 6879104. OLE color: 6879104.
HSL color Cylindrical-coordinate representation of color #80F768: hue angle of 109.93º degrees, saturation: 0.9, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #80F768 is Cyan = 0.48, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 128 | 247 | 104 | - |
| CMYK | 0.48 | 0 | 0.58 | 0.03 |
| HSL | 109.93º | 0.9% | 0.69% | - |
| HSV(B) | 109.93º | 0.58% | 0.97% | - |
| XYZ | 44.66 | 72.11 | 24.66 | - |
| YUV | 195.12 | 76.58 | 80.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 247 | 104 | 0.48 | 0 | 0.58 | 0.03 | 109.93 | 0.9 | 0.69 |
| Hex | 80 | F7 | 68 | 30 | 0 | 3A | 3 | 6E | 5A | 45 |
| Octal | 200 | 367 | 150 | 60 | 0 | 72 | 3 | 156 | 132 | 105 |
| Binary | 10000000 | 11110111 | 1101000 | 110000 | 0 | 111010 | 11 | 1101110 | 1011010 | 1000101 |
Color Harmonies of #80F768
Complementary color
Monochromatic Colors of #80F768
Black with #80F768
Text Example
Text Example
White with #80F768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80F768; }
p { color: rgb(128,247,104); }
H1.HeaderClassName
{
color: #80F768;
}
.AnyTagClassName
{
color: #80F768;
}
</style>
background-color css
<style>
a { background-color: #80F768; }
a { background-color: rgb(128,247,104); }
div.DivClassName
{
background-color: #80F768;
}
.BgClassName
{
background-color: #80F768;
}
</style>
border-color css
<style>
span { border-color: #80F768; }
span { border-color: rgb(128,247,104); }
td.TdClassName
{
border-color: #80F768;
}
.TagClassName
{
border-color: #80F768;
}
</style>