Shades of Chartreuse #80FF01
Tints of Chartreuse #80FF01
RGB
CMYK
RGB Variations
Color information
#80FF01 (or 0x80FF01) is known color: Chartreuse. HEX triplet: 80, FF and 01. RGB value is (128,255,1). Sum of RGB (Red+Green+Blue) = 128+255+1=384 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.33% from 384); Green value is 255 (100% from 255 or 66.41% from 384); Blue value is 1 (0.78% from 255 or 0.26% from 384); Max value from RGB is 255 - color contains mainly: green. Hex color #80FF01 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #80FF01 is #7F00FE. Grayscale: #BCBCBC. Windows color (decimal): -8323327 or 130944. OLE color: 130944.
HSL color Cylindrical-coordinate representation of color #80FF01: hue angle of 90º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #80FF01 is Cyan = 0.50, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.
Color convert
| RGB | 128 | 255 | 1 | - |
| CMYK | 0.50 | 0 | 1.00 | 0 |
| HSL | 90º | 1% | 0.5% | - |
| HSV(B) | 90º | 1% | 1% | - |
| XYZ | 44.67 | 76.11 | 12.37 | - |
| YUV | 188.07 | 22.42 | 85.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 255 | 1 | 0.50 | 0 | 1.00 | 0 | 90 | 1 | 0.5 |
| Hex | 80 | FF | 1 | 32 | 0 | 64 | 0 | 5A | 64 | 32 |
| Octal | 200 | 377 | 1 | 62 | 0 | 144 | 0 | 132 | 144 | 62 |
| Binary | 10000000 | 11111111 | 1 | 110010 | 0 | 1100100 | 0 | 1011010 | 1100100 | 110010 |
Color Harmonies of #80FF01
Complementary color
Monochromatic Colors of #80FF01
Black with #80FF01
Text Example
Text Example
White with #80FF01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80FF01; }
p { color: rgb(128,255,1); }
H1.HeaderClassName
{
color: #80FF01;
}
.AnyTagClassName
{
color: #80FF01;
}
</style>
background-color css
<style>
a { background-color: #80FF01; }
a { background-color: rgb(128,255,1); }
div.DivClassName
{
background-color: #80FF01;
}
.BgClassName
{
background-color: #80FF01;
}
</style>
border-color css
<style>
span { border-color: #80FF01; }
span { border-color: rgb(128,255,1); }
td.TdClassName
{
border-color: #80FF01;
}
.TagClassName
{
border-color: #80FF01;
}
</style>