Shades of Screamin' Green #80F964
Tints of Screamin' Green #80F964
RGB
CMYK
RGB Variations
Color information
#80F964 (or 0x80F964) is known color: Screamin' Green. HEX triplet: 80, F9 and 64. RGB value is (128,249,100). Sum of RGB (Red+Green+Blue) = 128+249+100=477 (63% of max value = 765). Red value is 128 (50.39% from 255 or 26.83% from 477); Green value is 249 (97.66% from 255 or 52.20% from 477); Blue value is 100 (39.45% from 255 or 20.96% from 477); Max value from RGB is 249 - color contains mainly: green. Hex color #80F964 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #80F964 is #7F069B. Grayscale: #C4C4C4. Windows color (decimal): -8324764 or 6617472. OLE color: 6617472.
HSL color Cylindrical-coordinate representation of color #80F964: hue angle of 108.72º degrees, saturation: 0.93, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #80F964 is Cyan = 0.49, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 128 | 249 | 100 | - |
| CMYK | 0.49 | 0 | 0.60 | 0.02 |
| HSL | 108.72º | 0.93% | 0.68% | - |
| HSV(B) | 108.72º | 0.6% | 0.98% | - |
| XYZ | 45.08 | 73.26 | 23.82 | - |
| YUV | 195.84 | 73.91 | 79.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 249 | 100 | 0.49 | 0 | 0.60 | 0.02 | 108.72 | 0.93 | 0.68 |
| Hex | 80 | F9 | 64 | 31 | 0 | 3C | 2 | 6D | 5D | 44 |
| Octal | 200 | 371 | 144 | 61 | 0 | 74 | 2 | 155 | 135 | 104 |
| Binary | 10000000 | 11111001 | 1100100 | 110001 | 0 | 111100 | 10 | 1101101 | 1011101 | 1000100 |
Color Harmonies of #80F964
Complementary color
Monochromatic Colors of #80F964
Black with #80F964
Text Example
Text Example
White with #80F964
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80F964; }
p { color: rgb(128,249,100); }
H1.HeaderClassName
{
color: #80F964;
}
.AnyTagClassName
{
color: #80F964;
}
</style>
background-color css
<style>
a { background-color: #80F964; }
a { background-color: rgb(128,249,100); }
div.DivClassName
{
background-color: #80F964;
}
.BgClassName
{
background-color: #80F964;
}
</style>
border-color css
<style>
span { border-color: #80F964; }
span { border-color: rgb(128,249,100); }
td.TdClassName
{
border-color: #80F964;
}
.TagClassName
{
border-color: #80F964;
}
</style>