Shades of Screamin' Green #80FB44
Tints of Screamin' Green #80FB44
RGB
CMYK
RGB Variations
Color information
#80FB44 (or 0x80FB44) is known color: Screamin' Green. HEX triplet: 80, FB and 44. RGB value is (128,251,68). Sum of RGB (Red+Green+Blue) = 128+251+68=447 (59% of max value = 765). Red value is 128 (50.39% from 255 or 28.64% from 447); Green value is 251 (98.44% from 255 or 56.15% from 447); Blue value is 68 (26.95% from 255 or 15.21% from 447); Max value from RGB is 251 - color contains mainly: green. Hex color #80FB44 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #80FB44 is #7F04BB. Grayscale: #C1C1C1. Windows color (decimal): -8324284 or 4520832. OLE color: 4520832.
HSL color Cylindrical-coordinate representation of color #80FB44: hue angle of 100.33º degrees, saturation: 0.96, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #80FB44 is Cyan = 0.49, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 128 | 251 | 68 | - |
| CMYK | 0.49 | 0 | 0.73 | 0.02 |
| HSL | 100.33º | 0.96% | 0.63% | - |
| HSV(B) | 100.33º | 0.73% | 0.98% | - |
| XYZ | 44.44 | 74 | 17.41 | - |
| YUV | 193.36 | 57.25 | 81.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 251 | 68 | 0.49 | 0 | 0.73 | 0.02 | 100.33 | 0.96 | 0.63 |
| Hex | 80 | FB | 44 | 31 | 0 | 49 | 2 | 64 | 60 | 3F |
| Octal | 200 | 373 | 104 | 61 | 0 | 111 | 2 | 144 | 140 | 77 |
| Binary | 10000000 | 11111011 | 1000100 | 110001 | 0 | 1001001 | 10 | 1100100 | 1100000 | 111111 |
Color Harmonies of #80FB44
Complementary color
Monochromatic Colors of #80FB44
Black with #80FB44
Text Example
Text Example
White with #80FB44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80FB44; }
p { color: rgb(128,251,68); }
H1.HeaderClassName
{
color: #80FB44;
}
.AnyTagClassName
{
color: #80FB44;
}
</style>
background-color css
<style>
a { background-color: #80FB44; }
a { background-color: rgb(128,251,68); }
div.DivClassName
{
background-color: #80FB44;
}
.BgClassName
{
background-color: #80FB44;
}
</style>
border-color css
<style>
span { border-color: #80FB44; }
span { border-color: rgb(128,251,68); }
td.TdClassName
{
border-color: #80FB44;
}
.TagClassName
{
border-color: #80FB44;
}
</style>