Shades of Chartreuse #80FC07
Tints of Chartreuse #80FC07
RGB
CMYK
RGB Variations
Color information
#80FC07 (or 0x80FC07) is known color: Chartreuse. HEX triplet: 80, FC and 07. RGB value is (128,252,7). Sum of RGB (Red+Green+Blue) = 128+252+7=387 (51% of max value = 765). Red value is 128 (50.39% from 255 or 33.07% from 387); Green value is 252 (98.83% from 255 or 65.12% from 387); Blue value is 7 (3.12% from 255 or 1.81% from 387); Max value from RGB is 252 - color contains mainly: green. Hex color #80FC07 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #80FC07 is #7F03F8. Grayscale: #BBBBBB. Windows color (decimal): -8324089 or 523392. OLE color: 523392.
HSL color Cylindrical-coordinate representation of color #80FC07: hue angle of 90.37º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #80FC07 is Cyan = 0.49, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 128 | 252 | 7 | - |
| CMYK | 0.49 | 0 | 0.97 | 0.01 |
| HSL | 90.37º | 0.98% | 0.51% | - |
| HSV(B) | 90.37º | 0.97% | 0.99% | - |
| XYZ | 43.75 | 74.23 | 12.22 | - |
| YUV | 186.99 | 26.42 | 85.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 252 | 7 | 0.49 | 0 | 0.97 | 0.01 | 90.37 | 0.98 | 0.51 |
| Hex | 80 | FC | 7 | 31 | 0 | 61 | 1 | 5A | 62 | 33 |
| Octal | 200 | 374 | 7 | 61 | 0 | 141 | 1 | 132 | 142 | 63 |
| Binary | 10000000 | 11111100 | 111 | 110001 | 0 | 1100001 | 1 | 1011010 | 1100010 | 110011 |
Color Harmonies of #80FC07
Complementary color
Monochromatic Colors of #80FC07
Black with #80FC07
Text Example
Text Example
White with #80FC07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80FC07; }
p { color: rgb(128,252,7); }
H1.HeaderClassName
{
color: #80FC07;
}
.AnyTagClassName
{
color: #80FC07;
}
</style>
background-color css
<style>
a { background-color: #80FC07; }
a { background-color: rgb(128,252,7); }
div.DivClassName
{
background-color: #80FC07;
}
.BgClassName
{
background-color: #80FC07;
}
</style>
border-color css
<style>
span { border-color: #80FC07; }
span { border-color: rgb(128,252,7); }
td.TdClassName
{
border-color: #80FC07;
}
.TagClassName
{
border-color: #80FC07;
}
</style>