Shades of Screamin' Green #80F96C
Tints of Screamin' Green #80F96C
RGB
CMYK
RGB Variations
Color information
#80F96C (or 0x80F96C) is known color: Screamin' Green. HEX triplet: 80, F9 and 6C. RGB value is (128,249,108). Sum of RGB (Red+Green+Blue) = 128+249+108=485 (64% of max value = 765). Red value is 128 (50.39% from 255 or 26.39% from 485); Green value is 249 (97.66% from 255 or 51.34% from 485); Blue value is 108 (42.58% from 255 or 22.27% from 485); Max value from RGB is 249 - color contains mainly: green. Hex color #80F96C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #80F96C is #7F0693. Grayscale: #C5C5C5. Windows color (decimal): -8324756 or 7141760. OLE color: 7141760.
HSL color Cylindrical-coordinate representation of color #80F96C: hue angle of 111.49º degrees, saturation: 0.92, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #80F96C is Cyan = 0.49, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 128 | 249 | 108 | - |
| CMYK | 0.49 | 0 | 0.57 | 0.02 |
| HSL | 111.49º | 0.92% | 0.7% | - |
| HSV(B) | 111.49º | 0.57% | 0.98% | - |
| XYZ | 45.48 | 73.42 | 25.96 | - |
| YUV | 196.75 | 77.91 | 78.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 249 | 108 | 0.49 | 0 | 0.57 | 0.02 | 111.49 | 0.92 | 0.7 |
| Hex | 80 | F9 | 6C | 31 | 0 | 39 | 2 | 6F | 5C | 46 |
| Octal | 200 | 371 | 154 | 61 | 0 | 71 | 2 | 157 | 134 | 106 |
| Binary | 10000000 | 11111001 | 1101100 | 110001 | 0 | 111001 | 10 | 1101111 | 1011100 | 1000110 |
Color Harmonies of #80F96C
Complementary color
Monochromatic Colors of #80F96C
Black with #80F96C
Text Example
Text Example
White with #80F96C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80F96C; }
p { color: rgb(128,249,108); }
H1.HeaderClassName
{
color: #80F96C;
}
.AnyTagClassName
{
color: #80F96C;
}
</style>
background-color css
<style>
a { background-color: #80F96C; }
a { background-color: rgb(128,249,108); }
div.DivClassName
{
background-color: #80F96C;
}
.BgClassName
{
background-color: #80F96C;
}
</style>
border-color css
<style>
span { border-color: #80F96C; }
span { border-color: rgb(128,249,108); }
td.TdClassName
{
border-color: #80F96C;
}
.TagClassName
{
border-color: #80F96C;
}
</style>