Shades of Chartreuse #80FE16
Tints of Chartreuse #80FE16
RGB
CMYK
RGB Variations
Color information
#80FE16 (or 0x80FE16) is known color: Chartreuse. HEX triplet: 80, FE and 16. RGB value is (128,254,22). Sum of RGB (Red+Green+Blue) = 128+254+22=404 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.68% from 404); Green value is 254 (99.61% from 255 or 62.87% from 404); Blue value is 22 (8.98% from 255 or 5.45% from 404); Max value from RGB is 254 - color contains mainly: green. Hex color #80FE16 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #80FE16 is #7F01E9. Grayscale: #BEBEBE. Windows color (decimal): -8323562 or 1506944. OLE color: 1506944.
HSL color Cylindrical-coordinate representation of color #80FE16: hue angle of 92.59º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #80FE16 is Cyan = 0.50, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 128 | 254 | 22 | - |
| CMYK | 0.50 | 0 | 0.91 | 0.00 |
| HSL | 92.59º | 0.99% | 0.54% | - |
| HSV(B) | 92.59º | 0.91% | 1% | - |
| XYZ | 44.49 | 75.53 | 12.99 | - |
| YUV | 189.88 | 33.26 | 83.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 254 | 22 | 0.50 | 0 | 0.91 | 0.00 | 92.59 | 0.99 | 0.54 |
| Hex | 80 | FE | 16 | 32 | 0 | 5B | 0 | 5D | 63 | 36 |
| Octal | 200 | 376 | 26 | 62 | 0 | 133 | 0 | 135 | 143 | 66 |
| Binary | 10000000 | 11111110 | 10110 | 110010 | 0 | 1011011 | 0 | 1011101 | 1100011 | 110110 |
Color Harmonies of #80FE16
Complementary color
Monochromatic Colors of #80FE16
Black with #80FE16
Text Example
Text Example
White with #80FE16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80FE16; }
p { color: rgb(128,254,22); }
H1.HeaderClassName
{
color: #80FE16;
}
.AnyTagClassName
{
color: #80FE16;
}
</style>
background-color css
<style>
a { background-color: #80FE16; }
a { background-color: rgb(128,254,22); }
div.DivClassName
{
background-color: #80FE16;
}
.BgClassName
{
background-color: #80FE16;
}
</style>
border-color css
<style>
span { border-color: #80FE16; }
span { border-color: rgb(128,254,22); }
td.TdClassName
{
border-color: #80FE16;
}
.TagClassName
{
border-color: #80FE16;
}
</style>