Shades of Screamin' Green #80FF44
Tints of Screamin' Green #80FF44
RGB
CMYK
RGB Variations
Color information
#80FF44 (or 0x80FF44) is known color: Screamin' Green. HEX triplet: 80, FF and 44. RGB value is (128,255,68). Sum of RGB (Red+Green+Blue) = 128+255+68=451 (59% of max value = 765). Red value is 128 (50.39% from 255 or 28.38% from 451); Green value is 255 (100% from 255 or 56.54% from 451); Blue value is 68 (26.95% from 255 or 15.08% from 451); Max value from RGB is 255 - color contains mainly: green. Hex color #80FF44 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #80FF44 is #7F00BB. Grayscale: #C4C4C4. Windows color (decimal): -8323260 or 4521856. OLE color: 4521856.
HSL color Cylindrical-coordinate representation of color #80FF44: hue angle of 100.75º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #80FF44 is Cyan = 0.50, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.
Color convert
| RGB | 128 | 255 | 68 | - |
| CMYK | 0.50 | 0 | 0.73 | 0 |
| HSL | 100.75º | 1% | 0.63% | - |
| HSV(B) | 100.75º | 0.73% | 1% | - |
| XYZ | 45.71 | 76.53 | 17.83 | - |
| YUV | 195.71 | 55.92 | 79.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 255 | 68 | 0.50 | 0 | 0.73 | 0 | 100.75 | 1 | 0.63 |
| Hex | 80 | FF | 44 | 32 | 0 | 49 | 0 | 65 | 64 | 3F |
| Octal | 200 | 377 | 104 | 62 | 0 | 111 | 0 | 145 | 144 | 77 |
| Binary | 10000000 | 11111111 | 1000100 | 110010 | 0 | 1001001 | 0 | 1100101 | 1100100 | 111111 |
Color Harmonies of #80FF44
Complementary color
Monochromatic Colors of #80FF44
Black with #80FF44
Text Example
Text Example
White with #80FF44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80FF44; }
p { color: rgb(128,255,68); }
H1.HeaderClassName
{
color: #80FF44;
}
.AnyTagClassName
{
color: #80FF44;
}
</style>
background-color css
<style>
a { background-color: #80FF44; }
a { background-color: rgb(128,255,68); }
div.DivClassName
{
background-color: #80FF44;
}
.BgClassName
{
background-color: #80FF44;
}
</style>
border-color css
<style>
span { border-color: #80FF44; }
span { border-color: rgb(128,255,68); }
td.TdClassName
{
border-color: #80FF44;
}
.TagClassName
{
border-color: #80FF44;
}
</style>