Shades of Screamin' Green #80F661
Tints of Screamin' Green #80F661
RGB
CMYK
RGB Variations
Color information
#80F661 (or 0x80F661) is known color: Screamin' Green. HEX triplet: 80, F6 and 61. RGB value is (128,246,97). Sum of RGB (Red+Green+Blue) = 128+246+97=471 (62% of max value = 765). Red value is 128 (50.39% from 255 or 27.18% from 471); Green value is 246 (96.48% from 255 or 52.23% from 471); Blue value is 97 (38.28% from 255 or 20.59% from 471); Max value from RGB is 246 - color contains mainly: green. Hex color #80F661 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #80F661 is #7F099E. Grayscale: #C2C2C2. Windows color (decimal): -8325535 or 6420096. OLE color: 6420096.
HSL color Cylindrical-coordinate representation of color #80F661: hue angle of 107.52º degrees, saturation: 0.89, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #80F661 is Cyan = 0.48, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 128 | 246 | 97 | - |
| CMYK | 0.48 | 0 | 0.61 | 0.04 |
| HSL | 107.52º | 0.89% | 0.67% | - |
| HSV(B) | 107.52º | 0.61% | 0.96% | - |
| XYZ | 44.02 | 71.36 | 22.76 | - |
| YUV | 193.73 | 73.41 | 81.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 246 | 97 | 0.48 | 0 | 0.61 | 0.04 | 107.52 | 0.89 | 0.67 |
| Hex | 80 | F6 | 61 | 30 | 0 | 3D | 4 | 6C | 59 | 43 |
| Octal | 200 | 366 | 141 | 60 | 0 | 75 | 4 | 154 | 131 | 103 |
| Binary | 10000000 | 11110110 | 1100001 | 110000 | 0 | 111101 | 100 | 1101100 | 1011001 | 1000011 |
Color Harmonies of #80F661
Complementary color
Monochromatic Colors of #80F661
Black with #80F661
Text Example
Text Example
White with #80F661
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80F661; }
p { color: rgb(128,246,97); }
H1.HeaderClassName
{
color: #80F661;
}
.AnyTagClassName
{
color: #80F661;
}
</style>
background-color css
<style>
a { background-color: #80F661; }
a { background-color: rgb(128,246,97); }
div.DivClassName
{
background-color: #80F661;
}
.BgClassName
{
background-color: #80F661;
}
</style>
border-color css
<style>
span { border-color: #80F661; }
span { border-color: rgb(128,246,97); }
td.TdClassName
{
border-color: #80F661;
}
.TagClassName
{
border-color: #80F661;
}
</style>