Shades of Screamin' Green #80FE52
Tints of Screamin' Green #80FE52
RGB
CMYK
RGB Variations
Color information
#80FE52 (or 0x80FE52) is known color: Screamin' Green. HEX triplet: 80, FE and 52. RGB value is (128,254,82). Sum of RGB (Red+Green+Blue) = 128+254+82=464 (61% of max value = 765). Red value is 128 (50.39% from 255 or 27.59% from 464); Green value is 254 (99.61% from 255 or 54.74% from 464); Blue value is 82 (32.42% from 255 or 17.67% from 464); Max value from RGB is 254 - color contains mainly: green. Hex color #80FE52 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #80FE52 is #7F01AD. Grayscale: #C5C5C5. Windows color (decimal): -8323502 or 5439104. OLE color: 5439104.
HSL color Cylindrical-coordinate representation of color #80FE52: hue angle of 103.95º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #80FE52 is Cyan = 0.50, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 128 | 254 | 82 | - |
| CMYK | 0.50 | 0 | 0.68 | 0.00 |
| HSL | 103.95º | 0.99% | 0.66% | - |
| HSV(B) | 103.95º | 0.68% | 1% | - |
| XYZ | 45.87 | 76.08 | 20.25 | - |
| YUV | 196.72 | 63.26 | 78.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 254 | 82 | 0.50 | 0 | 0.68 | 0.00 | 103.95 | 0.99 | 0.66 |
| Hex | 80 | FE | 52 | 32 | 0 | 44 | 0 | 68 | 63 | 42 |
| Octal | 200 | 376 | 122 | 62 | 0 | 104 | 0 | 150 | 143 | 102 |
| Binary | 10000000 | 11111110 | 1010010 | 110010 | 0 | 1000100 | 0 | 1101000 | 1100011 | 1000010 |
Color Harmonies of #80FE52
Complementary color
Monochromatic Colors of #80FE52
Black with #80FE52
Text Example
Text Example
White with #80FE52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80FE52; }
p { color: rgb(128,254,82); }
H1.HeaderClassName
{
color: #80FE52;
}
.AnyTagClassName
{
color: #80FE52;
}
</style>
background-color css
<style>
a { background-color: #80FE52; }
a { background-color: rgb(128,254,82); }
div.DivClassName
{
background-color: #80FE52;
}
.BgClassName
{
background-color: #80FE52;
}
</style>
border-color css
<style>
span { border-color: #80FE52; }
span { border-color: rgb(128,254,82); }
td.TdClassName
{
border-color: #80FE52;
}
.TagClassName
{
border-color: #80FE52;
}
</style>