Shades of Chartreuse #80FD14
Tints of Chartreuse #80FD14
RGB
CMYK
RGB Variations
Color information
#80FD14 (or 0x80FD14) is known color: Chartreuse. HEX triplet: 80, FD and 14. RGB value is (128,253,20). Sum of RGB (Red+Green+Blue) = 128+253+20=401 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.92% from 401); Green value is 253 (99.22% from 255 or 63.09% from 401); Blue value is 20 (8.20% from 255 or 4.99% from 401); Max value from RGB is 253 - color contains mainly: green. Hex color #80FD14 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #80FD14 is #7F02EB. Grayscale: #BDBDBD. Windows color (decimal): -8323820 or 1375616. OLE color: 1375616.
HSL color Cylindrical-coordinate representation of color #80FD14: hue angle of 92.19º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #80FD14 is Cyan = 0.49, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 128 | 253 | 20 | - |
| CMYK | 0.49 | 0 | 0.92 | 0.01 |
| HSL | 92.19º | 0.98% | 0.54% | - |
| HSV(B) | 92.19º | 0.92% | 0.99% | - |
| XYZ | 44.15 | 74.89 | 12.79 | - |
| YUV | 189.06 | 32.59 | 84.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 253 | 20 | 0.49 | 0 | 0.92 | 0.01 | 92.19 | 0.98 | 0.54 |
| Hex | 80 | FD | 14 | 31 | 0 | 5C | 1 | 5C | 62 | 36 |
| Octal | 200 | 375 | 24 | 61 | 0 | 134 | 1 | 134 | 142 | 66 |
| Binary | 10000000 | 11111101 | 10100 | 110001 | 0 | 1011100 | 1 | 1011100 | 1100010 | 110110 |
Color Harmonies of #80FD14
Complementary color
Monochromatic Colors of #80FD14
Black with #80FD14
Text Example
Text Example
White with #80FD14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80FD14; }
p { color: rgb(128,253,20); }
H1.HeaderClassName
{
color: #80FD14;
}
.AnyTagClassName
{
color: #80FD14;
}
</style>
background-color css
<style>
a { background-color: #80FD14; }
a { background-color: rgb(128,253,20); }
div.DivClassName
{
background-color: #80FD14;
}
.BgClassName
{
background-color: #80FD14;
}
</style>
border-color css
<style>
span { border-color: #80FD14; }
span { border-color: rgb(128,253,20); }
td.TdClassName
{
border-color: #80FD14;
}
.TagClassName
{
border-color: #80FD14;
}
</style>