Shades of Screamin' Green #80F962
Tints of Screamin' Green #80F962
RGB
CMYK
RGB Variations
Color information
#80F962 (or 0x80F962) is known color: Screamin' Green. HEX triplet: 80, F9 and 62. RGB value is (128,249,98). Sum of RGB (Red+Green+Blue) = 128+249+98=475 (62% of max value = 765). Red value is 128 (50.39% from 255 or 26.95% from 475); Green value is 249 (97.66% from 255 or 52.42% from 475); Blue value is 98 (38.67% from 255 or 20.63% from 475); Max value from RGB is 249 - color contains mainly: green. Hex color #80F962 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #80F962 is #7F069D. Grayscale: #C4C4C4. Windows color (decimal): -8324766 or 6486400. OLE color: 6486400.
HSL color Cylindrical-coordinate representation of color #80F962: hue angle of 108.08º degrees, saturation: 0.93, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #80F962 is Cyan = 0.49, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 128 | 249 | 98 | - |
| CMYK | 0.49 | 0 | 0.61 | 0.02 |
| HSL | 108.08º | 0.93% | 0.68% | - |
| HSV(B) | 108.08º | 0.61% | 0.98% | - |
| XYZ | 44.98 | 73.22 | 23.32 | - |
| YUV | 195.61 | 72.91 | 79.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 249 | 98 | 0.49 | 0 | 0.61 | 0.02 | 108.08 | 0.93 | 0.68 |
| Hex | 80 | F9 | 62 | 31 | 0 | 3D | 2 | 6C | 5D | 44 |
| Octal | 200 | 371 | 142 | 61 | 0 | 75 | 2 | 154 | 135 | 104 |
| Binary | 10000000 | 11111001 | 1100010 | 110001 | 0 | 111101 | 10 | 1101100 | 1011101 | 1000100 |
Color Harmonies of #80F962
Complementary color
Monochromatic Colors of #80F962
Black with #80F962
Text Example
Text Example
White with #80F962
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80F962; }
p { color: rgb(128,249,98); }
H1.HeaderClassName
{
color: #80F962;
}
.AnyTagClassName
{
color: #80F962;
}
</style>
background-color css
<style>
a { background-color: #80F962; }
a { background-color: rgb(128,249,98); }
div.DivClassName
{
background-color: #80F962;
}
.BgClassName
{
background-color: #80F962;
}
</style>
border-color css
<style>
span { border-color: #80F962; }
span { border-color: rgb(128,249,98); }
td.TdClassName
{
border-color: #80F962;
}
.TagClassName
{
border-color: #80F962;
}
</style>