Shades of Screamin' Green #80FE5C
Tints of Screamin' Green #80FE5C
RGB
CMYK
RGB Variations
Color information
#80FE5C (or 0x80FE5C) is known color: Screamin' Green. HEX triplet: 80, FE and 5C. RGB value is (128,254,92). Sum of RGB (Red+Green+Blue) = 128+254+92=474 (62% of max value = 765). Red value is 128 (50.39% from 255 or 27.00% from 474); Green value is 254 (99.61% from 255 or 53.59% from 474); Blue value is 92 (36.33% from 255 or 19.41% from 474); Max value from RGB is 254 - color contains mainly: green. Hex color #80FE5C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #80FE5C is #7F01A3. Grayscale: #C6C6C6. Windows color (decimal): -8323492 or 6094464. OLE color: 6094464.
HSL color Cylindrical-coordinate representation of color #80FE5C: hue angle of 106.67º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #80FE5C is Cyan = 0.50, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 128 | 254 | 92 | - |
| CMYK | 0.50 | 0 | 0.64 | 0.00 |
| HSL | 106.67º | 0.99% | 0.68% | - |
| HSV(B) | 106.67º | 0.64% | 1% | - |
| XYZ | 46.28 | 76.25 | 22.4 | - |
| YUV | 197.86 | 68.26 | 78.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 254 | 92 | 0.50 | 0 | 0.64 | 0.00 | 106.67 | 0.99 | 0.68 |
| Hex | 80 | FE | 5C | 32 | 0 | 40 | 0 | 6B | 63 | 44 |
| Octal | 200 | 376 | 134 | 62 | 0 | 100 | 0 | 153 | 143 | 104 |
| Binary | 10000000 | 11111110 | 1011100 | 110010 | 0 | 1000000 | 0 | 1101011 | 1100011 | 1000100 |
Color Harmonies of #80FE5C
Complementary color
Monochromatic Colors of #80FE5C
Black with #80FE5C
Text Example
Text Example
White with #80FE5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80FE5C; }
p { color: rgb(128,254,92); }
H1.HeaderClassName
{
color: #80FE5C;
}
.AnyTagClassName
{
color: #80FE5C;
}
</style>
background-color css
<style>
a { background-color: #80FE5C; }
a { background-color: rgb(128,254,92); }
div.DivClassName
{
background-color: #80FE5C;
}
.BgClassName
{
background-color: #80FE5C;
}
</style>
border-color css
<style>
span { border-color: #80FE5C; }
span { border-color: rgb(128,254,92); }
td.TdClassName
{
border-color: #80FE5C;
}
.TagClassName
{
border-color: #80FE5C;
}
</style>