Shades of Screamin' Green #80FA44
Tints of Screamin' Green #80FA44
RGB
CMYK
RGB Variations
Color information
#80FA44 (or 0x80FA44) is known color: Screamin' Green. HEX triplet: 80, FA and 44. RGB value is (128,250,68). Sum of RGB (Red+Green+Blue) = 128+250+68=446 (59% of max value = 765). Red value is 128 (50.39% from 255 or 28.70% from 446); Green value is 250 (98.05% from 255 or 56.05% from 446); Blue value is 68 (26.95% from 255 or 15.25% from 446); Max value from RGB is 250 - color contains mainly: green. Hex color #80FA44 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #80FA44 is #7F05BB. Grayscale: #C1C1C1. Windows color (decimal): -8324540 or 4520576. OLE color: 4520576.
HSL color Cylindrical-coordinate representation of color #80FA44: hue angle of 100.22º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #80FA44 is Cyan = 0.49, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 128 | 250 | 68 | - |
| CMYK | 0.49 | 0 | 0.73 | 0.02 |
| HSL | 100.22º | 0.95% | 0.62% | - |
| HSV(B) | 100.22º | 0.73% | 0.98% | - |
| XYZ | 44.13 | 73.38 | 17.31 | - |
| YUV | 192.77 | 57.58 | 81.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 250 | 68 | 0.49 | 0 | 0.73 | 0.02 | 100.22 | 0.95 | 0.62 |
| Hex | 80 | FA | 44 | 31 | 0 | 49 | 2 | 64 | 5F | 3E |
| Octal | 200 | 372 | 104 | 61 | 0 | 111 | 2 | 144 | 137 | 76 |
| Binary | 10000000 | 11111010 | 1000100 | 110001 | 0 | 1001001 | 10 | 1100100 | 1011111 | 111110 |
Color Harmonies of #80FA44
Complementary color
Monochromatic Colors of #80FA44
Black with #80FA44
Text Example
Text Example
White with #80FA44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80FA44; }
p { color: rgb(128,250,68); }
H1.HeaderClassName
{
color: #80FA44;
}
.AnyTagClassName
{
color: #80FA44;
}
</style>
background-color css
<style>
a { background-color: #80FA44; }
a { background-color: rgb(128,250,68); }
div.DivClassName
{
background-color: #80FA44;
}
.BgClassName
{
background-color: #80FA44;
}
</style>
border-color css
<style>
span { border-color: #80FA44; }
span { border-color: rgb(128,250,68); }
td.TdClassName
{
border-color: #80FA44;
}
.TagClassName
{
border-color: #80FA44;
}
</style>