Shades of Screamin' Green #80FE54
Tints of Screamin' Green #80FE54
RGB
CMYK
RGB Variations
Color information
#80FE54 (or 0x80FE54) is known color: Screamin' Green. HEX triplet: 80, FE and 54. RGB value is (128,254,84). Sum of RGB (Red+Green+Blue) = 128+254+84=466 (61% of max value = 765). Red value is 128 (50.39% from 255 or 27.47% from 466); Green value is 254 (99.61% from 255 or 54.51% from 466); Blue value is 84 (33.20% from 255 or 18.03% from 466); Max value from RGB is 254 - color contains mainly: green. Hex color #80FE54 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #80FE54 is #7F01AB. Grayscale: #C5C5C5. Windows color (decimal): -8323500 or 5570176. OLE color: 5570176.
HSL color Cylindrical-coordinate representation of color #80FE54: hue angle of 104.47º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #80FE54 is Cyan = 0.50, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 128 | 254 | 84 | - |
| CMYK | 0.50 | 0 | 0.67 | 0.00 |
| HSL | 104.47º | 0.99% | 0.66% | - |
| HSV(B) | 104.47º | 0.67% | 1% | - |
| XYZ | 45.94 | 76.11 | 20.66 | - |
| YUV | 196.95 | 64.26 | 78.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 254 | 84 | 0.50 | 0 | 0.67 | 0.00 | 104.47 | 0.99 | 0.66 |
| Hex | 80 | FE | 54 | 32 | 0 | 43 | 0 | 68 | 63 | 42 |
| Octal | 200 | 376 | 124 | 62 | 0 | 103 | 0 | 150 | 143 | 102 |
| Binary | 10000000 | 11111110 | 1010100 | 110010 | 0 | 1000011 | 0 | 1101000 | 1100011 | 1000010 |
Color Harmonies of #80FE54
Complementary color
Monochromatic Colors of #80FE54
Black with #80FE54
Text Example
Text Example
White with #80FE54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80FE54; }
p { color: rgb(128,254,84); }
H1.HeaderClassName
{
color: #80FE54;
}
.AnyTagClassName
{
color: #80FE54;
}
</style>
background-color css
<style>
a { background-color: #80FE54; }
a { background-color: rgb(128,254,84); }
div.DivClassName
{
background-color: #80FE54;
}
.BgClassName
{
background-color: #80FE54;
}
</style>
border-color css
<style>
span { border-color: #80FE54; }
span { border-color: rgb(128,254,84); }
td.TdClassName
{
border-color: #80FE54;
}
.TagClassName
{
border-color: #80FE54;
}
</style>