Shades of Chartreuse #80FD2A
Tints of Chartreuse #80FD2A
RGB
CMYK
RGB Variations
Color information
#80FD2A (or 0x80FD2A) is known color: Chartreuse. HEX triplet: 80, FD and 2A. RGB value is (128,253,42). Sum of RGB (Red+Green+Blue) = 128+253+42=423 (56% of max value = 765). Red value is 128 (50.39% from 255 or 30.26% from 423); Green value is 253 (99.22% from 255 or 59.81% from 423); Blue value is 42 (16.80% from 255 or 9.93% from 423); Max value from RGB is 253 - color contains mainly: green. Hex color #80FD2A is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #80FD2A is #7F02D5. Grayscale: #C0C0C0. Windows color (decimal): -8323798 or 2817408. OLE color: 2817408.
HSL color Cylindrical-coordinate representation of color #80FD2A: hue angle of 95.55º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #80FD2A is Cyan = 0.49, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 128 | 253 | 42 | - |
| CMYK | 0.49 | 0 | 0.83 | 0.01 |
| HSL | 95.55º | 0.98% | 0.58% | - |
| HSV(B) | 95.55º | 0.83% | 0.99% | - |
| XYZ | 44.45 | 75.01 | 14.33 | - |
| YUV | 191.57 | 43.59 | 82.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 253 | 42 | 0.49 | 0 | 0.83 | 0.01 | 95.55 | 0.98 | 0.58 |
| Hex | 80 | FD | 2A | 31 | 0 | 53 | 1 | 60 | 62 | 3A |
| Octal | 200 | 375 | 52 | 61 | 0 | 123 | 1 | 140 | 142 | 72 |
| Binary | 10000000 | 11111101 | 101010 | 110001 | 0 | 1010011 | 1 | 1100000 | 1100010 | 111010 |
Color Harmonies of #80FD2A
Complementary color
Monochromatic Colors of #80FD2A
Black with #80FD2A
Text Example
Text Example
White with #80FD2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80FD2A; }
p { color: rgb(128,253,42); }
H1.HeaderClassName
{
color: #80FD2A;
}
.AnyTagClassName
{
color: #80FD2A;
}
</style>
background-color css
<style>
a { background-color: #80FD2A; }
a { background-color: rgb(128,253,42); }
div.DivClassName
{
background-color: #80FD2A;
}
.BgClassName
{
background-color: #80FD2A;
}
</style>
border-color css
<style>
span { border-color: #80FD2A; }
span { border-color: rgb(128,253,42); }
td.TdClassName
{
border-color: #80FD2A;
}
.TagClassName
{
border-color: #80FD2A;
}
</style>