Shades of Screamin' Green #80F972
Tints of Screamin' Green #80F972
RGB
CMYK
RGB Variations
Color information
#80F972 (or 0x80F972) is known color: Screamin' Green. HEX triplet: 80, F9 and 72. RGB value is (128,249,114). Sum of RGB (Red+Green+Blue) = 128+249+114=491 (65% of max value = 765). Red value is 128 (50.39% from 255 or 26.07% from 491); Green value is 249 (97.66% from 255 or 50.71% from 491); Blue value is 114 (44.92% from 255 or 23.22% from 491); Max value from RGB is 249 - color contains mainly: green. Hex color #80F972 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #80F972 is #7F068D. Grayscale: #C5C5C5. Windows color (decimal): -8324750 or 7534976. OLE color: 7534976.
HSL color Cylindrical-coordinate representation of color #80F972: hue angle of 113.78º degrees, saturation: 0.92, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #80F972 is Cyan = 0.49, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 128 | 249 | 114 | - |
| CMYK | 0.49 | 0 | 0.54 | 0.02 |
| HSL | 113.78º | 0.92% | 0.71% | - |
| HSV(B) | 113.78º | 0.54% | 0.98% | - |
| XYZ | 45.82 | 73.56 | 27.7 | - |
| YUV | 197.43 | 80.91 | 78.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 249 | 114 | 0.49 | 0 | 0.54 | 0.02 | 113.78 | 0.92 | 0.71 |
| Hex | 80 | F9 | 72 | 31 | 0 | 36 | 2 | 72 | 5C | 47 |
| Octal | 200 | 371 | 162 | 61 | 0 | 66 | 2 | 162 | 134 | 107 |
| Binary | 10000000 | 11111001 | 1110010 | 110001 | 0 | 110110 | 10 | 1110010 | 1011100 | 1000111 |
Color Harmonies of #80F972
Complementary color
Monochromatic Colors of #80F972
Black with #80F972
Text Example
Text Example
White with #80F972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80F972; }
p { color: rgb(128,249,114); }
H1.HeaderClassName
{
color: #80F972;
}
.AnyTagClassName
{
color: #80F972;
}
</style>
background-color css
<style>
a { background-color: #80F972; }
a { background-color: rgb(128,249,114); }
div.DivClassName
{
background-color: #80F972;
}
.BgClassName
{
background-color: #80F972;
}
</style>
border-color css
<style>
span { border-color: #80F972; }
span { border-color: rgb(128,249,114); }
td.TdClassName
{
border-color: #80F972;
}
.TagClassName
{
border-color: #80F972;
}
</style>