Shades of Chartreuse #80FD10
Tints of Chartreuse #80FD10
RGB
CMYK
RGB Variations
Color information
#80FD10 (or 0x80FD10) is known color: Chartreuse. HEX triplet: 80, FD and 10. RGB value is (128,253,16). Sum of RGB (Red+Green+Blue) = 128+253+16=397 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.24% from 397); Green value is 253 (99.22% from 255 or 63.73% from 397); Blue value is 16 (6.64% from 255 or 4.03% from 397); Max value from RGB is 253 - color contains mainly: green. Hex color #80FD10 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #80FD10 is #7F02EF. Grayscale: #BDBDBD. Windows color (decimal): -8323824 or 1113472. OLE color: 1113472.
HSL color Cylindrical-coordinate representation of color #80FD10: hue angle of 91.65º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #80FD10 is Cyan = 0.49, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 128 | 253 | 16 | - |
| CMYK | 0.49 | 0 | 0.94 | 0.01 |
| HSL | 91.65º | 0.98% | 0.53% | - |
| HSV(B) | 91.65º | 0.94% | 0.99% | - |
| XYZ | 44.12 | 74.88 | 12.62 | - |
| YUV | 188.61 | 30.59 | 84.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 253 | 16 | 0.49 | 0 | 0.94 | 0.01 | 91.65 | 0.98 | 0.53 |
| Hex | 80 | FD | 10 | 31 | 0 | 5E | 1 | 5C | 62 | 35 |
| Octal | 200 | 375 | 20 | 61 | 0 | 136 | 1 | 134 | 142 | 65 |
| Binary | 10000000 | 11111101 | 10000 | 110001 | 0 | 1011110 | 1 | 1011100 | 1100010 | 110101 |
Color Harmonies of #80FD10
Complementary color
Monochromatic Colors of #80FD10
Black with #80FD10
Text Example
Text Example
White with #80FD10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80FD10; }
p { color: rgb(128,253,16); }
H1.HeaderClassName
{
color: #80FD10;
}
.AnyTagClassName
{
color: #80FD10;
}
</style>
background-color css
<style>
a { background-color: #80FD10; }
a { background-color: rgb(128,253,16); }
div.DivClassName
{
background-color: #80FD10;
}
.BgClassName
{
background-color: #80FD10;
}
</style>
border-color css
<style>
span { border-color: #80FD10; }
span { border-color: rgb(128,253,16); }
td.TdClassName
{
border-color: #80FD10;
}
.TagClassName
{
border-color: #80FD10;
}
</style>