Shades of Chartreuse #80FF12
Tints of Chartreuse #80FF12
RGB
CMYK
RGB Variations
Color information
#80FF12 (or 0x80FF12) is known color: Chartreuse. HEX triplet: 80, FF and 12. RGB value is (128,255,18). Sum of RGB (Red+Green+Blue) = 128+255+18=401 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.92% from 401); Green value is 255 (100% from 255 or 63.59% from 401); Blue value is 18 (7.42% from 255 or 4.49% from 401); Max value from RGB is 255 - color contains mainly: green. Hex color #80FF12 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #80FF12 is #7F00ED. Grayscale: #BEBEBE. Windows color (decimal): -8323310 or 1245056. OLE color: 1245056.
HSL color Cylindrical-coordinate representation of color #80FF12: hue angle of 92.15º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #80FF12 is Cyan = 0.50, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.
Color convert
| RGB | 128 | 255 | 18 | - |
| CMYK | 0.50 | 0 | 0.93 | 0 |
| HSL | 92.15º | 1% | 0.54% | - |
| HSV(B) | 92.15º | 0.93% | 1% | - |
| XYZ | 44.77 | 76.15 | 12.91 | - |
| YUV | 190.01 | 30.92 | 83.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 255 | 18 | 0.50 | 0 | 0.93 | 0 | 92.15 | 1 | 0.54 |
| Hex | 80 | FF | 12 | 32 | 0 | 5D | 0 | 5C | 64 | 36 |
| Octal | 200 | 377 | 22 | 62 | 0 | 135 | 0 | 134 | 144 | 66 |
| Binary | 10000000 | 11111111 | 10010 | 110010 | 0 | 1011101 | 0 | 1011100 | 1100100 | 110110 |
Color Harmonies of #80FF12
Complementary color
Monochromatic Colors of #80FF12
Black with #80FF12
Text Example
Text Example
White with #80FF12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80FF12; }
p { color: rgb(128,255,18); }
H1.HeaderClassName
{
color: #80FF12;
}
.AnyTagClassName
{
color: #80FF12;
}
</style>
background-color css
<style>
a { background-color: #80FF12; }
a { background-color: rgb(128,255,18); }
div.DivClassName
{
background-color: #80FF12;
}
.BgClassName
{
background-color: #80FF12;
}
</style>
border-color css
<style>
span { border-color: #80FF12; }
span { border-color: rgb(128,255,18); }
td.TdClassName
{
border-color: #80FF12;
}
.TagClassName
{
border-color: #80FF12;
}
</style>