Shades of Chartreuse #80FB07
Tints of Chartreuse #80FB07
RGB
CMYK
RGB Variations
Color information
#80FB07 (or 0x80FB07) is known color: Chartreuse. HEX triplet: 80, FB and 07. RGB value is (128,251,7). Sum of RGB (Red+Green+Blue) = 128+251+7=386 (51% of max value = 765). Red value is 128 (50.39% from 255 or 33.16% from 386); Green value is 251 (98.44% from 255 or 65.03% from 386); Blue value is 7 (3.12% from 255 or 1.81% from 386); Max value from RGB is 251 - color contains mainly: green. Hex color #80FB07 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #80FB07 is #7F04F8. Grayscale: #BBBBBB. Windows color (decimal): -8324345 or 523136. OLE color: 523136.
HSL color Cylindrical-coordinate representation of color #80FB07: hue angle of 90.25º degrees, saturation: 0.97, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #80FB07 is Cyan = 0.49, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 128 | 251 | 7 | - |
| CMYK | 0.49 | 0 | 0.97 | 0.02 |
| HSL | 90.25º | 0.97% | 0.51% | - |
| HSV(B) | 90.25º | 0.97% | 0.98% | - |
| XYZ | 43.44 | 73.6 | 12.12 | - |
| YUV | 186.41 | 26.75 | 86.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 251 | 7 | 0.49 | 0 | 0.97 | 0.02 | 90.25 | 0.97 | 0.51 |
| Hex | 80 | FB | 7 | 31 | 0 | 61 | 2 | 5A | 61 | 33 |
| Octal | 200 | 373 | 7 | 61 | 0 | 141 | 2 | 132 | 141 | 63 |
| Binary | 10000000 | 11111011 | 111 | 110001 | 0 | 1100001 | 10 | 1011010 | 1100001 | 110011 |
Color Harmonies of #80FB07
Complementary color
Monochromatic Colors of #80FB07
Black with #80FB07
Text Example
Text Example
White with #80FB07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80FB07; }
p { color: rgb(128,251,7); }
H1.HeaderClassName
{
color: #80FB07;
}
.AnyTagClassName
{
color: #80FB07;
}
</style>
background-color css
<style>
a { background-color: #80FB07; }
a { background-color: rgb(128,251,7); }
div.DivClassName
{
background-color: #80FB07;
}
.BgClassName
{
background-color: #80FB07;
}
</style>
border-color css
<style>
span { border-color: #80FB07; }
span { border-color: rgb(128,251,7); }
td.TdClassName
{
border-color: #80FB07;
}
.TagClassName
{
border-color: #80FB07;
}
</style>