Shades of Chartreuse #82FF07
Tints of Chartreuse #82FF07
RGB
CMYK
RGB Variations
Color information
#82FF07 (or 0x82FF07) is known color: Chartreuse. HEX triplet: 82, FF and 07. RGB value is (130,255,7). Sum of RGB (Red+Green+Blue) = 130+255+7=392 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.16% from 392); Green value is 255 (100% from 255 or 65.05% from 392); Blue value is 7 (3.12% from 255 or 1.79% from 392); Max value from RGB is 255 - color contains mainly: green. Hex color #82FF07 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #82FF07 is #7D00F8. Grayscale: #BEBEBE. Windows color (decimal): -8192249 or 524162. OLE color: 524162.
HSL color Cylindrical-coordinate representation of color #82FF07: hue angle of 90.24º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #82FF07 is Cyan = 0.49, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.
Color convert
| RGB | 130 | 255 | 7 | - |
| CMYK | 0.49 | 0 | 0.97 | 0 |
| HSL | 90.24º | 1% | 0.51% | - |
| HSV(B) | 90.24º | 0.97% | 1% | - |
| XYZ | 45 | 76.28 | 12.55 | - |
| YUV | 189.35 | 25.09 | 85.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 255 | 7 | 0.49 | 0 | 0.97 | 0 | 90.24 | 1 | 0.51 |
| Hex | 82 | FF | 7 | 31 | 0 | 61 | 0 | 5A | 64 | 33 |
| Octal | 202 | 377 | 7 | 61 | 0 | 141 | 0 | 132 | 144 | 63 |
| Binary | 10000010 | 11111111 | 111 | 110001 | 0 | 1100001 | 0 | 1011010 | 1100100 | 110011 |
Color Harmonies of #82FF07
Complementary color
Monochromatic Colors of #82FF07
Black with #82FF07
Text Example
Text Example
White with #82FF07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82FF07; }
p { color: rgb(130,255,7); }
H1.HeaderClassName
{
color: #82FF07;
}
.AnyTagClassName
{
color: #82FF07;
}
</style>
background-color css
<style>
a { background-color: #82FF07; }
a { background-color: rgb(130,255,7); }
div.DivClassName
{
background-color: #82FF07;
}
.BgClassName
{
background-color: #82FF07;
}
</style>
border-color css
<style>
span { border-color: #82FF07; }
span { border-color: rgb(130,255,7); }
td.TdClassName
{
border-color: #82FF07;
}
.TagClassName
{
border-color: #82FF07;
}
</style>