Shades of Screamin' Green #80F966
Tints of Screamin' Green #80F966
RGB
CMYK
RGB Variations
Color information
#80F966 (or 0x80F966) is known color: Screamin' Green. HEX triplet: 80, F9 and 66. RGB value is (128,249,102). Sum of RGB (Red+Green+Blue) = 128+249+102=479 (63% of max value = 765). Red value is 128 (50.39% from 255 or 26.72% from 479); Green value is 249 (97.66% from 255 or 51.98% from 479); Blue value is 102 (40.23% from 255 or 21.29% from 479); Max value from RGB is 249 - color contains mainly: green. Hex color #80F966 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #80F966 is #7F0699. Grayscale: #C4C4C4. Windows color (decimal): -8324762 or 6748544. OLE color: 6748544.
HSL color Cylindrical-coordinate representation of color #80F966: hue angle of 109.39º degrees, saturation: 0.92, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #80F966 is Cyan = 0.49, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 128 | 249 | 102 | - |
| CMYK | 0.49 | 0 | 0.59 | 0.02 |
| HSL | 109.39º | 0.92% | 0.69% | - |
| HSV(B) | 109.39º | 0.59% | 0.98% | - |
| XYZ | 45.18 | 73.3 | 24.34 | - |
| YUV | 196.06 | 74.91 | 79.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 249 | 102 | 0.49 | 0 | 0.59 | 0.02 | 109.39 | 0.92 | 0.69 |
| Hex | 80 | F9 | 66 | 31 | 0 | 3B | 2 | 6D | 5C | 45 |
| Octal | 200 | 371 | 146 | 61 | 0 | 73 | 2 | 155 | 134 | 105 |
| Binary | 10000000 | 11111001 | 1100110 | 110001 | 0 | 111011 | 10 | 1101101 | 1011100 | 1000101 |
Color Harmonies of #80F966
Complementary color
Monochromatic Colors of #80F966
Black with #80F966
Text Example
Text Example
White with #80F966
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80F966; }
p { color: rgb(128,249,102); }
H1.HeaderClassName
{
color: #80F966;
}
.AnyTagClassName
{
color: #80F966;
}
</style>
background-color css
<style>
a { background-color: #80F966; }
a { background-color: rgb(128,249,102); }
div.DivClassName
{
background-color: #80F966;
}
.BgClassName
{
background-color: #80F966;
}
</style>
border-color css
<style>
span { border-color: #80F966; }
span { border-color: rgb(128,249,102); }
td.TdClassName
{
border-color: #80F966;
}
.TagClassName
{
border-color: #80F966;
}
</style>