Shades of Chartreuse #80FC11
Tints of Chartreuse #80FC11
RGB
CMYK
RGB Variations
Color information
#80FC11 (or 0x80FC11) is known color: Chartreuse. HEX triplet: 80, FC and 11. RGB value is (128,252,17). Sum of RGB (Red+Green+Blue) = 128+252+17=397 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.24% from 397); Green value is 252 (98.83% from 255 or 63.48% from 397); Blue value is 17 (7.03% from 255 or 4.28% from 397); Max value from RGB is 252 - color contains mainly: green. Hex color #80FC11 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #80FC11 is #7F03EE. Grayscale: #BCBCBC. Windows color (decimal): -8324079 or 1178752. OLE color: 1178752.
HSL color Cylindrical-coordinate representation of color #80FC11: hue angle of 91.66º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #80FC11 is Cyan = 0.49, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 128 | 252 | 17 | - |
| CMYK | 0.49 | 0 | 0.93 | 0.01 |
| HSL | 91.66º | 0.98% | 0.53% | - |
| HSV(B) | 91.66º | 0.93% | 0.99% | - |
| XYZ | 43.81 | 74.25 | 12.55 | - |
| YUV | 188.13 | 31.42 | 85.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 252 | 17 | 0.49 | 0 | 0.93 | 0.01 | 91.66 | 0.98 | 0.53 |
| Hex | 80 | FC | 11 | 31 | 0 | 5D | 1 | 5C | 62 | 35 |
| Octal | 200 | 374 | 21 | 61 | 0 | 135 | 1 | 134 | 142 | 65 |
| Binary | 10000000 | 11111100 | 10001 | 110001 | 0 | 1011101 | 1 | 1011100 | 1100010 | 110101 |
Color Harmonies of #80FC11
Complementary color
Monochromatic Colors of #80FC11
Black with #80FC11
Text Example
Text Example
White with #80FC11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80FC11; }
p { color: rgb(128,252,17); }
H1.HeaderClassName
{
color: #80FC11;
}
.AnyTagClassName
{
color: #80FC11;
}
</style>
background-color css
<style>
a { background-color: #80FC11; }
a { background-color: rgb(128,252,17); }
div.DivClassName
{
background-color: #80FC11;
}
.BgClassName
{
background-color: #80FC11;
}
</style>
border-color css
<style>
span { border-color: #80FC11; }
span { border-color: rgb(128,252,17); }
td.TdClassName
{
border-color: #80FC11;
}
.TagClassName
{
border-color: #80FC11;
}
</style>