Shades of Chartreuse #80FD0A
Tints of Chartreuse #80FD0A
RGB
CMYK
RGB Variations
Color information
#80FD0A (or 0x80FD0A) is known color: Chartreuse. HEX triplet: 80, FD and 0A. RGB value is (128,253,10). Sum of RGB (Red+Green+Blue) = 128+253+10=391 (51% of max value = 765). Red value is 128 (50.39% from 255 or 32.74% from 391); Green value is 253 (99.22% from 255 or 64.71% from 391); Blue value is 10 (4.30% from 255 or 2.56% from 391); Max value from RGB is 253 - color contains mainly: green. Hex color #80FD0A is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #80FD0A is #7F02F5. Grayscale: #BCBCBC. Windows color (decimal): -8323830 or 720256. OLE color: 720256.
HSL color Cylindrical-coordinate representation of color #80FD0A: hue angle of 90.86º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #80FD0A is Cyan = 0.49, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 128 | 253 | 10 | - |
| CMYK | 0.49 | 0 | 0.96 | 0.01 |
| HSL | 90.86º | 0.98% | 0.52% | - |
| HSV(B) | 90.86º | 0.96% | 0.99% | - |
| XYZ | 44.08 | 74.86 | 12.41 | - |
| YUV | 187.92 | 27.59 | 85.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 253 | 10 | 0.49 | 0 | 0.96 | 0.01 | 90.86 | 0.98 | 0.52 |
| Hex | 80 | FD | A | 31 | 0 | 60 | 1 | 5B | 62 | 34 |
| Octal | 200 | 375 | 12 | 61 | 0 | 140 | 1 | 133 | 142 | 64 |
| Binary | 10000000 | 11111101 | 1010 | 110001 | 0 | 1100000 | 1 | 1011011 | 1100010 | 110100 |
Color Harmonies of #80FD0A
Complementary color
Monochromatic Colors of #80FD0A
Black with #80FD0A
Text Example
Text Example
White with #80FD0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80FD0A; }
p { color: rgb(128,253,10); }
H1.HeaderClassName
{
color: #80FD0A;
}
.AnyTagClassName
{
color: #80FD0A;
}
</style>
background-color css
<style>
a { background-color: #80FD0A; }
a { background-color: rgb(128,253,10); }
div.DivClassName
{
background-color: #80FD0A;
}
.BgClassName
{
background-color: #80FD0A;
}
</style>
border-color css
<style>
span { border-color: #80FD0A; }
span { border-color: rgb(128,253,10); }
td.TdClassName
{
border-color: #80FD0A;
}
.TagClassName
{
border-color: #80FD0A;
}
</style>