Shades of Screamin' Green #80F54D
Tints of Screamin' Green #80F54D
RGB
CMYK
RGB Variations
Color information
#80F54D (or 0x80F54D) is known color: Screamin' Green. HEX triplet: 80, F5 and 4D. RGB value is (128,245,77). Sum of RGB (Red+Green+Blue) = 128+245+77=450 (59% of max value = 765). Red value is 128 (50.39% from 255 or 28.44% from 450); Green value is 245 (96.09% from 255 or 54.44% from 450); Blue value is 77 (30.47% from 255 or 17.11% from 450); Max value from RGB is 245 - color contains mainly: green. Hex color #80F54D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #80F54D is #7F0AB2. Grayscale: #BFBFBF. Windows color (decimal): -8325811 or 5109120. OLE color: 5109120.
HSL color Cylindrical-coordinate representation of color #80F54D: hue angle of 101.79º degrees, saturation: 0.89, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #80F54D is Cyan = 0.48, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 128 | 245 | 77 | - |
| CMYK | 0.48 | 0 | 0.69 | 0.04 |
| HSL | 101.79º | 0.89% | 0.63% | - |
| HSV(B) | 101.79º | 0.69% | 0.96% | - |
| XYZ | 42.89 | 70.43 | 18.35 | - |
| YUV | 190.87 | 63.74 | 83.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 245 | 77 | 0.48 | 0 | 0.69 | 0.04 | 101.79 | 0.89 | 0.63 |
| Hex | 80 | F5 | 4D | 30 | 0 | 45 | 4 | 66 | 59 | 3F |
| Octal | 200 | 365 | 115 | 60 | 0 | 105 | 4 | 146 | 131 | 77 |
| Binary | 10000000 | 11110101 | 1001101 | 110000 | 0 | 1000101 | 100 | 1100110 | 1011001 | 111111 |
Color Harmonies of #80F54D
Complementary color
Monochromatic Colors of #80F54D
Black with #80F54D
Text Example
Text Example
White with #80F54D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80F54D; }
p { color: rgb(128,245,77); }
H1.HeaderClassName
{
color: #80F54D;
}
.AnyTagClassName
{
color: #80F54D;
}
</style>
background-color css
<style>
a { background-color: #80F54D; }
a { background-color: rgb(128,245,77); }
div.DivClassName
{
background-color: #80F54D;
}
.BgClassName
{
background-color: #80F54D;
}
</style>
border-color css
<style>
span { border-color: #80F54D; }
span { border-color: rgb(128,245,77); }
td.TdClassName
{
border-color: #80F54D;
}
.TagClassName
{
border-color: #80F54D;
}
</style>