Shades of Screamin' Green #80FC44
Tints of Screamin' Green #80FC44
RGB
CMYK
RGB Variations
Color information
#80FC44 (or 0x80FC44) is known color: Screamin' Green. HEX triplet: 80, FC and 44. RGB value is (128,252,68). Sum of RGB (Red+Green+Blue) = 128+252+68=448 (59% of max value = 765). Red value is 128 (50.39% from 255 or 28.57% from 448); Green value is 252 (98.83% from 255 or 56.25% from 448); Blue value is 68 (26.95% from 255 or 15.18% from 448); Max value from RGB is 252 - color contains mainly: green. Hex color #80FC44 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #80FC44 is #7F03BB. Grayscale: #C2C2C2. Windows color (decimal): -8324028 or 4521088. OLE color: 4521088.
HSL color Cylindrical-coordinate representation of color #80FC44: hue angle of 100.43º degrees, saturation: 0.97, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #80FC44 is Cyan = 0.49, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 128 | 252 | 68 | - |
| CMYK | 0.49 | 0 | 0.73 | 0.01 |
| HSL | 100.43º | 0.97% | 0.63% | - |
| HSV(B) | 100.43º | 0.73% | 0.99% | - |
| XYZ | 44.76 | 74.63 | 17.51 | - |
| YUV | 193.95 | 56.92 | 80.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 252 | 68 | 0.49 | 0 | 0.73 | 0.01 | 100.43 | 0.97 | 0.63 |
| Hex | 80 | FC | 44 | 31 | 0 | 49 | 1 | 64 | 61 | 3F |
| Octal | 200 | 374 | 104 | 61 | 0 | 111 | 1 | 144 | 141 | 77 |
| Binary | 10000000 | 11111100 | 1000100 | 110001 | 0 | 1001001 | 1 | 1100100 | 1100001 | 111111 |
Color Harmonies of #80FC44
Complementary color
Monochromatic Colors of #80FC44
Black with #80FC44
Text Example
Text Example
White with #80FC44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80FC44; }
p { color: rgb(128,252,68); }
H1.HeaderClassName
{
color: #80FC44;
}
.AnyTagClassName
{
color: #80FC44;
}
</style>
background-color css
<style>
a { background-color: #80FC44; }
a { background-color: rgb(128,252,68); }
div.DivClassName
{
background-color: #80FC44;
}
.BgClassName
{
background-color: #80FC44;
}
</style>
border-color css
<style>
span { border-color: #80FC44; }
span { border-color: rgb(128,252,68); }
td.TdClassName
{
border-color: #80FC44;
}
.TagClassName
{
border-color: #80FC44;
}
</style>