Shades of Chartreuse #80FF02
Tints of Chartreuse #80FF02
RGB
CMYK
RGB Variations
Color information
#80FF02 (or 0x80FF02) is known color: Chartreuse. HEX triplet: 80, FF and 02. RGB value is (128,255,2). Sum of RGB (Red+Green+Blue) = 128+255+2=385 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.25% from 385); Green value is 255 (100% from 255 or 66.23% from 385); Blue value is 2 (1.17% from 255 or 0.52% from 385); Max value from RGB is 255 - color contains mainly: green. Hex color #80FF02 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #80FF02 is #7F00FD. Grayscale: #BDBDBD. Windows color (decimal): -8323326 or 196480. OLE color: 196480.
HSL color Cylindrical-coordinate representation of color #80FF02: hue angle of 90.12º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #80FF02 is Cyan = 0.50, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.
Color convert
| RGB | 128 | 255 | 2 | - |
| CMYK | 0.50 | 0 | 0.99 | 0 |
| HSL | 90.12º | 1% | 0.5% | - |
| HSV(B) | 90.12º | 0.99% | 1% | - |
| XYZ | 44.67 | 76.11 | 12.39 | - |
| YUV | 188.19 | 22.92 | 85.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 255 | 2 | 0.50 | 0 | 0.99 | 0 | 90.12 | 1 | 0.5 |
| Hex | 80 | FF | 2 | 32 | 0 | 63 | 0 | 5A | 64 | 32 |
| Octal | 200 | 377 | 2 | 62 | 0 | 143 | 0 | 132 | 144 | 62 |
| Binary | 10000000 | 11111111 | 10 | 110010 | 0 | 1100011 | 0 | 1011010 | 1100100 | 110010 |
Color Harmonies of #80FF02
Complementary color
Monochromatic Colors of #80FF02
Black with #80FF02
Text Example
Text Example
White with #80FF02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80FF02; }
p { color: rgb(128,255,2); }
H1.HeaderClassName
{
color: #80FF02;
}
.AnyTagClassName
{
color: #80FF02;
}
</style>
background-color css
<style>
a { background-color: #80FF02; }
a { background-color: rgb(128,255,2); }
div.DivClassName
{
background-color: #80FF02;
}
.BgClassName
{
background-color: #80FF02;
}
</style>
border-color css
<style>
span { border-color: #80FF02; }
span { border-color: rgb(128,255,2); }
td.TdClassName
{
border-color: #80FF02;
}
.TagClassName
{
border-color: #80FF02;
}
</style>