Shades of Chartreuse #82FF16
Tints of Chartreuse #82FF16
RGB
CMYK
RGB Variations
Color information
#82FF16 (or 0x82FF16) is known color: Chartreuse. HEX triplet: 82, FF and 16. RGB value is (130,255,22). Sum of RGB (Red+Green+Blue) = 130+255+22=407 (53% of max value = 765). Red value is 130 (51.17% from 255 or 31.94% from 407); Green value is 255 (100% from 255 or 62.65% from 407); Blue value is 22 (8.98% from 255 or 5.41% from 407); Max value from RGB is 255 - color contains mainly: green. Hex color #82FF16 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #82FF16 is #7D00E9. Grayscale: #BFBFBF. Windows color (decimal): -8192234 or 1507202. OLE color: 1507202.
HSL color Cylindrical-coordinate representation of color #82FF16: hue angle of 92.19º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #82FF16 is Cyan = 0.49, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.
Color convert
| RGB | 130 | 255 | 22 | - |
| CMYK | 0.49 | 0 | 0.91 | 0 |
| HSL | 92.19º | 1% | 0.54% | - |
| HSV(B) | 92.19º | 0.91% | 1% | - |
| XYZ | 45.11 | 76.32 | 13.11 | - |
| YUV | 191.06 | 32.59 | 84.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 255 | 22 | 0.49 | 0 | 0.91 | 0 | 92.19 | 1 | 0.54 |
| Hex | 82 | FF | 16 | 31 | 0 | 5B | 0 | 5C | 64 | 36 |
| Octal | 202 | 377 | 26 | 61 | 0 | 133 | 0 | 134 | 144 | 66 |
| Binary | 10000010 | 11111111 | 10110 | 110001 | 0 | 1011011 | 0 | 1011100 | 1100100 | 110110 |
Color Harmonies of #82FF16
Complementary color
Monochromatic Colors of #82FF16
Black with #82FF16
Text Example
Text Example
White with #82FF16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82FF16; }
p { color: rgb(130,255,22); }
H1.HeaderClassName
{
color: #82FF16;
}
.AnyTagClassName
{
color: #82FF16;
}
</style>
background-color css
<style>
a { background-color: #82FF16; }
a { background-color: rgb(130,255,22); }
div.DivClassName
{
background-color: #82FF16;
}
.BgClassName
{
background-color: #82FF16;
}
</style>
border-color css
<style>
span { border-color: #82FF16; }
span { border-color: rgb(130,255,22); }
td.TdClassName
{
border-color: #82FF16;
}
.TagClassName
{
border-color: #82FF16;
}
</style>