Shades of Screamin' Green #80FC5A
Tints of Screamin' Green #80FC5A
RGB
CMYK
RGB Variations
Color information
#80FC5A (or 0x80FC5A) is known color: Screamin' Green. HEX triplet: 80, FC and 5A. RGB value is (128,252,90). Sum of RGB (Red+Green+Blue) = 128+252+90=470 (62% of max value = 765). Red value is 128 (50.39% from 255 or 27.23% from 470); Green value is 252 (98.83% from 255 or 53.62% from 470); Blue value is 90 (35.55% from 255 or 19.15% from 470); Max value from RGB is 252 - color contains mainly: green. Hex color #80FC5A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #80FC5A is #7F03A5. Grayscale: #C4C4C4. Windows color (decimal): -8324006 or 5962880. OLE color: 5962880.
HSL color Cylindrical-coordinate representation of color #80FC5A: hue angle of 105.93º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #80FC5A is Cyan = 0.49, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 128 | 252 | 90 | - |
| CMYK | 0.49 | 0 | 0.64 | 0.01 |
| HSL | 105.93º | 0.96% | 0.67% | - |
| HSV(B) | 105.93º | 0.64% | 0.99% | - |
| XYZ | 45.56 | 74.95 | 21.74 | - |
| YUV | 196.46 | 67.92 | 79.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 252 | 90 | 0.49 | 0 | 0.64 | 0.01 | 105.93 | 0.96 | 0.67 |
| Hex | 80 | FC | 5A | 31 | 0 | 40 | 1 | 6A | 60 | 43 |
| Octal | 200 | 374 | 132 | 61 | 0 | 100 | 1 | 152 | 140 | 103 |
| Binary | 10000000 | 11111100 | 1011010 | 110001 | 0 | 1000000 | 1 | 1101010 | 1100000 | 1000011 |
Color Harmonies of #80FC5A
Complementary color
Monochromatic Colors of #80FC5A
Black with #80FC5A
Text Example
Text Example
White with #80FC5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80FC5A; }
p { color: rgb(128,252,90); }
H1.HeaderClassName
{
color: #80FC5A;
}
.AnyTagClassName
{
color: #80FC5A;
}
</style>
background-color css
<style>
a { background-color: #80FC5A; }
a { background-color: rgb(128,252,90); }
div.DivClassName
{
background-color: #80FC5A;
}
.BgClassName
{
background-color: #80FC5A;
}
</style>
border-color css
<style>
span { border-color: #80FC5A; }
span { border-color: rgb(128,252,90); }
td.TdClassName
{
border-color: #80FC5A;
}
.TagClassName
{
border-color: #80FC5A;
}
</style>