Shades of Chartreuse #80FF16
Tints of Chartreuse #80FF16
RGB
CMYK
RGB Variations
Color information
#80FF16 (or 0x80FF16) is known color: Chartreuse. HEX triplet: 80, FF and 16. RGB value is (128,255,22). Sum of RGB (Red+Green+Blue) = 128+255+22=405 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.60% from 405); Green value is 255 (100% from 255 or 62.96% from 405); Blue value is 22 (8.98% from 255 or 5.43% from 405); Max value from RGB is 255 - color contains mainly: green. Hex color #80FF16 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #80FF16 is #7F00E9. Grayscale: #BFBFBF. Windows color (decimal): -8323306 or 1507200. OLE color: 1507200.
HSL color Cylindrical-coordinate representation of color #80FF16: hue angle of 92.7º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #80FF16 is Cyan = 0.50, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.
Color convert
| RGB | 128 | 255 | 22 | - |
| CMYK | 0.50 | 0 | 0.91 | 0 |
| HSL | 92.7º | 1% | 0.54% | - |
| HSV(B) | 92.7º | 0.91% | 1% | - |
| XYZ | 44.81 | 76.17 | 13.1 | - |
| YUV | 190.47 | 32.92 | 83.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 255 | 22 | 0.50 | 0 | 0.91 | 0 | 92.7 | 1 | 0.54 |
| Hex | 80 | FF | 16 | 32 | 0 | 5B | 0 | 5D | 64 | 36 |
| Octal | 200 | 377 | 26 | 62 | 0 | 133 | 0 | 135 | 144 | 66 |
| Binary | 10000000 | 11111111 | 10110 | 110010 | 0 | 1011011 | 0 | 1011101 | 1100100 | 110110 |
Color Harmonies of #80FF16
Complementary color
Monochromatic Colors of #80FF16
Black with #80FF16
Text Example
Text Example
White with #80FF16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80FF16; }
p { color: rgb(128,255,22); }
H1.HeaderClassName
{
color: #80FF16;
}
.AnyTagClassName
{
color: #80FF16;
}
</style>
background-color css
<style>
a { background-color: #80FF16; }
a { background-color: rgb(128,255,22); }
div.DivClassName
{
background-color: #80FF16;
}
.BgClassName
{
background-color: #80FF16;
}
</style>
border-color css
<style>
span { border-color: #80FF16; }
span { border-color: rgb(128,255,22); }
td.TdClassName
{
border-color: #80FF16;
}
.TagClassName
{
border-color: #80FF16;
}
</style>