Shades of Screamin' Green #80F44D
Tints of Screamin' Green #80F44D
RGB
CMYK
RGB Variations
Color information
#80F44D (or 0x80F44D) is known color: Screamin' Green. HEX triplet: 80, F4 and 4D. RGB value is (128,244,77). Sum of RGB (Red+Green+Blue) = 128+244+77=449 (59% of max value = 765). Red value is 128 (50.39% from 255 or 28.51% from 449); Green value is 244 (95.70% from 255 or 54.34% from 449); Blue value is 77 (30.47% from 255 or 17.15% from 449); Max value from RGB is 244 - color contains mainly: green. Hex color #80F44D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #80F44D is #7F0BB2. Grayscale: #BEBEBE. Windows color (decimal): -8326067 or 5108864. OLE color: 5108864.
HSL color Cylindrical-coordinate representation of color #80F44D: hue angle of 101.68º degrees, saturation: 0.88, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #80F44D is Cyan = 0.48, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 128 | 244 | 77 | - |
| CMYK | 0.48 | 0 | 0.68 | 0.04 |
| HSL | 101.68º | 0.88% | 0.63% | - |
| HSV(B) | 101.68º | 0.68% | 0.96% | - |
| XYZ | 42.59 | 69.83 | 18.25 | - |
| YUV | 190.28 | 64.07 | 83.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 244 | 77 | 0.48 | 0 | 0.68 | 0.04 | 101.68 | 0.88 | 0.63 |
| Hex | 80 | F4 | 4D | 30 | 0 | 44 | 4 | 66 | 58 | 3F |
| Octal | 200 | 364 | 115 | 60 | 0 | 104 | 4 | 146 | 130 | 77 |
| Binary | 10000000 | 11110100 | 1001101 | 110000 | 0 | 1000100 | 100 | 1100110 | 1011000 | 111111 |
Color Harmonies of #80F44D
Complementary color
Monochromatic Colors of #80F44D
Black with #80F44D
Text Example
Text Example
White with #80F44D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80F44D; }
p { color: rgb(128,244,77); }
H1.HeaderClassName
{
color: #80F44D;
}
.AnyTagClassName
{
color: #80F44D;
}
</style>
background-color css
<style>
a { background-color: #80F44D; }
a { background-color: rgb(128,244,77); }
div.DivClassName
{
background-color: #80F44D;
}
.BgClassName
{
background-color: #80F44D;
}
</style>
border-color css
<style>
span { border-color: #80F44D; }
span { border-color: rgb(128,244,77); }
td.TdClassName
{
border-color: #80F44D;
}
.TagClassName
{
border-color: #80F44D;
}
</style>