Shades of Chartreuse #80FD0F
Tints of Chartreuse #80FD0F
RGB
CMYK
RGB Variations
Color information
#80FD0F (or 0x80FD0F) is known color: Chartreuse. HEX triplet: 80, FD and 0F. RGB value is (128,253,15). Sum of RGB (Red+Green+Blue) = 128+253+15=396 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.32% from 396); Green value is 253 (99.22% from 255 or 63.89% from 396); Blue value is 15 (6.25% from 255 or 3.79% from 396); Max value from RGB is 253 - color contains mainly: green. Hex color #80FD0F is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #80FD0F is #7F02F0. Grayscale: #BDBDBD. Windows color (decimal): -8323825 or 1047936. OLE color: 1047936.
HSL color Cylindrical-coordinate representation of color #80FD0F: hue angle of 91.51º 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 #80FD0F is Cyan = 0.49, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 128 | 253 | 15 | - |
| CMYK | 0.49 | 0 | 0.94 | 0.01 |
| HSL | 91.51º | 0.98% | 0.53% | - |
| HSV(B) | 91.51º | 0.94% | 0.99% | - |
| XYZ | 44.11 | 74.87 | 12.58 | - |
| YUV | 188.49 | 30.09 | 84.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 253 | 15 | 0.49 | 0 | 0.94 | 0.01 | 91.51 | 0.98 | 0.53 |
| Hex | 80 | FD | F | 31 | 0 | 5E | 1 | 5C | 62 | 35 |
| Octal | 200 | 375 | 17 | 61 | 0 | 136 | 1 | 134 | 142 | 65 |
| Binary | 10000000 | 11111101 | 1111 | 110001 | 0 | 1011110 | 1 | 1011100 | 1100010 | 110101 |
Color Harmonies of #80FD0F
Complementary color
Monochromatic Colors of #80FD0F
Black with #80FD0F
Text Example
Text Example
White with #80FD0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80FD0F; }
p { color: rgb(128,253,15); }
H1.HeaderClassName
{
color: #80FD0F;
}
.AnyTagClassName
{
color: #80FD0F;
}
</style>
background-color css
<style>
a { background-color: #80FD0F; }
a { background-color: rgb(128,253,15); }
div.DivClassName
{
background-color: #80FD0F;
}
.BgClassName
{
background-color: #80FD0F;
}
</style>
border-color css
<style>
span { border-color: #80FD0F; }
span { border-color: rgb(128,253,15); }
td.TdClassName
{
border-color: #80FD0F;
}
.TagClassName
{
border-color: #80FD0F;
}
</style>