Shades of Screamin' Green #80FB47
Tints of Screamin' Green #80FB47
RGB
CMYK
RGB Variations
Color information
#80FB47 (or 0x80FB47) is known color: Screamin' Green. HEX triplet: 80, FB and 47. RGB value is (128,251,71). Sum of RGB (Red+Green+Blue) = 128+251+71=450 (59% of max value = 765). Red value is 128 (50.39% from 255 or 28.44% from 450); Green value is 251 (98.44% from 255 or 55.78% from 450); Blue value is 71 (28.12% from 255 or 15.78% from 450); Max value from RGB is 251 - color contains mainly: green. Hex color #80FB47 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #80FB47 is #7F04B8. Grayscale: #C2C2C2. Windows color (decimal): -8324281 or 4717440. OLE color: 4717440.
HSL color Cylindrical-coordinate representation of color #80FB47: hue angle of 101º degrees, saturation: 0.96, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #80FB47 is Cyan = 0.49, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 128 | 251 | 71 | - |
| CMYK | 0.49 | 0 | 0.72 | 0.02 |
| HSL | 101º | 0.96% | 0.63% | - |
| HSV(B) | 101º | 0.72% | 0.98% | - |
| XYZ | 44.54 | 74.04 | 17.9 | - |
| YUV | 193.7 | 58.75 | 81.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 251 | 71 | 0.49 | 0 | 0.72 | 0.02 | 101 | 0.96 | 0.63 |
| Hex | 80 | FB | 47 | 31 | 0 | 48 | 2 | 65 | 60 | 3F |
| Octal | 200 | 373 | 107 | 61 | 0 | 110 | 2 | 145 | 140 | 77 |
| Binary | 10000000 | 11111011 | 1000111 | 110001 | 0 | 1001000 | 10 | 1100101 | 1100000 | 111111 |
Color Harmonies of #80FB47
Complementary color
Monochromatic Colors of #80FB47
Black with #80FB47
Text Example
Text Example
White with #80FB47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80FB47; }
p { color: rgb(128,251,71); }
H1.HeaderClassName
{
color: #80FB47;
}
.AnyTagClassName
{
color: #80FB47;
}
</style>
background-color css
<style>
a { background-color: #80FB47; }
a { background-color: rgb(128,251,71); }
div.DivClassName
{
background-color: #80FB47;
}
.BgClassName
{
background-color: #80FB47;
}
</style>
border-color css
<style>
span { border-color: #80FB47; }
span { border-color: rgb(128,251,71); }
td.TdClassName
{
border-color: #80FB47;
}
.TagClassName
{
border-color: #80FB47;
}
</style>