Shades of Screamin' Green #80FE5F
Tints of Screamin' Green #80FE5F
RGB
CMYK
RGB Variations
Color information
#80FE5F (or 0x80FE5F) is known color: Screamin' Green. HEX triplet: 80, FE and 5F. RGB value is (128,254,95). Sum of RGB (Red+Green+Blue) = 128+254+95=477 (63% of max value = 765). Red value is 128 (50.39% from 255 or 26.83% from 477); Green value is 254 (99.61% from 255 or 53.25% from 477); Blue value is 95 (37.5% from 255 or 19.92% from 477); Max value from RGB is 254 - color contains mainly: green. Hex color #80FE5F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #80FE5F is #7F01A0. Grayscale: #C6C6C6. Windows color (decimal): -8323489 or 6291072. OLE color: 6291072.
HSL color Cylindrical-coordinate representation of color #80FE5F: hue angle of 107.55º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #80FE5F is Cyan = 0.50, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 128 | 254 | 95 | - |
| CMYK | 0.50 | 0 | 0.63 | 0.00 |
| HSL | 107.55º | 0.99% | 0.68% | - |
| HSV(B) | 107.55º | 0.63% | 1% | - |
| XYZ | 46.41 | 76.3 | 23.11 | - |
| YUV | 198.2 | 69.76 | 77.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 254 | 95 | 0.50 | 0 | 0.63 | 0.00 | 107.55 | 0.99 | 0.68 |
| Hex | 80 | FE | 5F | 32 | 0 | 3F | 0 | 6C | 63 | 44 |
| Octal | 200 | 376 | 137 | 62 | 0 | 77 | 0 | 154 | 143 | 104 |
| Binary | 10000000 | 11111110 | 1011111 | 110010 | 0 | 111111 | 0 | 1101100 | 1100011 | 1000100 |
Color Harmonies of #80FE5F
Complementary color
Monochromatic Colors of #80FE5F
Black with #80FE5F
Text Example
Text Example
White with #80FE5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80FE5F; }
p { color: rgb(128,254,95); }
H1.HeaderClassName
{
color: #80FE5F;
}
.AnyTagClassName
{
color: #80FE5F;
}
</style>
background-color css
<style>
a { background-color: #80FE5F; }
a { background-color: rgb(128,254,95); }
div.DivClassName
{
background-color: #80FE5F;
}
.BgClassName
{
background-color: #80FE5F;
}
</style>
border-color css
<style>
span { border-color: #80FE5F; }
span { border-color: rgb(128,254,95); }
td.TdClassName
{
border-color: #80FE5F;
}
.TagClassName
{
border-color: #80FE5F;
}
</style>