Shades of Screamin' Green #80FC4C
Tints of Screamin' Green #80FC4C
RGB
CMYK
RGB Variations
Color information
#80FC4C (or 0x80FC4C) is known color: Screamin' Green. HEX triplet: 80, FC and 4C. RGB value is (128,252,76). Sum of RGB (Red+Green+Blue) = 128+252+76=456 (60% of max value = 765). Red value is 128 (50.39% from 255 or 28.07% from 456); Green value is 252 (98.83% from 255 or 55.26% from 456); Blue value is 76 (30.08% from 255 or 16.67% from 456); Max value from RGB is 252 - color contains mainly: green. Hex color #80FC4C is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #80FC4C is #7F03B3. Grayscale: #C3C3C3. Windows color (decimal): -8324020 or 5045376. OLE color: 5045376.
HSL color Cylindrical-coordinate representation of color #80FC4C: hue angle of 102.27º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #80FC4C is Cyan = 0.49, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 128 | 252 | 76 | - |
| CMYK | 0.49 | 0 | 0.70 | 0.01 |
| HSL | 102.27º | 0.97% | 0.64% | - |
| HSV(B) | 102.27º | 0.7% | 0.99% | - |
| XYZ | 45.02 | 74.73 | 18.89 | - |
| YUV | 194.86 | 60.92 | 80.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 252 | 76 | 0.49 | 0 | 0.70 | 0.01 | 102.27 | 0.97 | 0.64 |
| Hex | 80 | FC | 4C | 31 | 0 | 46 | 1 | 66 | 61 | 40 |
| Octal | 200 | 374 | 114 | 61 | 0 | 106 | 1 | 146 | 141 | 100 |
| Binary | 10000000 | 11111100 | 1001100 | 110001 | 0 | 1000110 | 1 | 1100110 | 1100001 | 1000000 |
Color Harmonies of #80FC4C
Complementary color
Monochromatic Colors of #80FC4C
Black with #80FC4C
Text Example
Text Example
White with #80FC4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80FC4C; }
p { color: rgb(128,252,76); }
H1.HeaderClassName
{
color: #80FC4C;
}
.AnyTagClassName
{
color: #80FC4C;
}
</style>
background-color css
<style>
a { background-color: #80FC4C; }
a { background-color: rgb(128,252,76); }
div.DivClassName
{
background-color: #80FC4C;
}
.BgClassName
{
background-color: #80FC4C;
}
</style>
border-color css
<style>
span { border-color: #80FC4C; }
span { border-color: rgb(128,252,76); }
td.TdClassName
{
border-color: #80FC4C;
}
.TagClassName
{
border-color: #80FC4C;
}
</style>