Shades of Chartreuse #80FD05
Tints of Chartreuse #80FD05
RGB
CMYK
RGB Variations
Color information
#80FD05 (or 0x80FD05) is known color: Chartreuse. HEX triplet: 80, FD and 05. RGB value is (128,253,5). Sum of RGB (Red+Green+Blue) = 128+253+5=386 (51% of max value = 765). Red value is 128 (50.39% from 255 or 33.16% from 386); Green value is 253 (99.22% from 255 or 65.54% from 386); Blue value is 5 (2.34% from 255 or 1.30% from 386); Max value from RGB is 253 - color contains mainly: green. Hex color #80FD05 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #80FD05 is #7F02FA. Grayscale: #BCBCBC. Windows color (decimal): -8323835 or 392576. OLE color: 392576.
HSL color Cylindrical-coordinate representation of color #80FD05: hue angle of 90.24º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #80FD05 is Cyan = 0.49, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 128 | 253 | 5 | - |
| CMYK | 0.49 | 0 | 0.98 | 0.01 |
| HSL | 90.24º | 0.98% | 0.51% | - |
| HSV(B) | 90.24º | 0.98% | 0.99% | - |
| XYZ | 44.05 | 74.85 | 12.27 | - |
| YUV | 187.35 | 25.09 | 85.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 253 | 5 | 0.49 | 0 | 0.98 | 0.01 | 90.24 | 0.98 | 0.51 |
| Hex | 80 | FD | 5 | 31 | 0 | 62 | 1 | 5A | 62 | 33 |
| Octal | 200 | 375 | 5 | 61 | 0 | 142 | 1 | 132 | 142 | 63 |
| Binary | 10000000 | 11111101 | 101 | 110001 | 0 | 1100010 | 1 | 1011010 | 1100010 | 110011 |
Color Harmonies of #80FD05
Complementary color
Monochromatic Colors of #80FD05
Black with #80FD05
Text Example
Text Example
White with #80FD05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80FD05; }
p { color: rgb(128,253,5); }
H1.HeaderClassName
{
color: #80FD05;
}
.AnyTagClassName
{
color: #80FD05;
}
</style>
background-color css
<style>
a { background-color: #80FD05; }
a { background-color: rgb(128,253,5); }
div.DivClassName
{
background-color: #80FD05;
}
.BgClassName
{
background-color: #80FD05;
}
</style>
border-color css
<style>
span { border-color: #80FD05; }
span { border-color: rgb(128,253,5); }
td.TdClassName
{
border-color: #80FD05;
}
.TagClassName
{
border-color: #80FD05;
}
</style>