Shades of Chartreuse #80FC0E
Tints of Chartreuse #80FC0E
RGB
CMYK
RGB Variations
Color information
#80FC0E (or 0x80FC0E) is known color: Chartreuse. HEX triplet: 80, FC and 0E. RGB value is (128,252,14). Sum of RGB (Red+Green+Blue) = 128+252+14=394 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.49% from 394); Green value is 252 (98.83% from 255 or 63.96% from 394); Blue value is 14 (5.86% from 255 or 3.55% from 394); Max value from RGB is 252 - color contains mainly: green. Hex color #80FC0E is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #80FC0E is #7F03F1. Grayscale: #BCBCBC. Windows color (decimal): -8324082 or 982144. OLE color: 982144.
HSL color Cylindrical-coordinate representation of color #80FC0E: hue angle of 91.26º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #80FC0E is Cyan = 0.49, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 128 | 252 | 14 | - |
| CMYK | 0.49 | 0 | 0.94 | 0.01 |
| HSL | 91.26º | 0.98% | 0.52% | - |
| HSV(B) | 91.26º | 0.94% | 0.99% | - |
| XYZ | 43.79 | 74.24 | 12.44 | - |
| YUV | 187.79 | 29.92 | 85.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 252 | 14 | 0.49 | 0 | 0.94 | 0.01 | 91.26 | 0.98 | 0.52 |
| Hex | 80 | FC | E | 31 | 0 | 5E | 1 | 5B | 62 | 34 |
| Octal | 200 | 374 | 16 | 61 | 0 | 136 | 1 | 133 | 142 | 64 |
| Binary | 10000000 | 11111100 | 1110 | 110001 | 0 | 1011110 | 1 | 1011011 | 1100010 | 110100 |
Color Harmonies of #80FC0E
Complementary color
Monochromatic Colors of #80FC0E
Black with #80FC0E
Text Example
Text Example
White with #80FC0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80FC0E; }
p { color: rgb(128,252,14); }
H1.HeaderClassName
{
color: #80FC0E;
}
.AnyTagClassName
{
color: #80FC0E;
}
</style>
background-color css
<style>
a { background-color: #80FC0E; }
a { background-color: rgb(128,252,14); }
div.DivClassName
{
background-color: #80FC0E;
}
.BgClassName
{
background-color: #80FC0E;
}
</style>
border-color css
<style>
span { border-color: #80FC0E; }
span { border-color: rgb(128,252,14); }
td.TdClassName
{
border-color: #80FC0E;
}
.TagClassName
{
border-color: #80FC0E;
}
</style>