Shades of Chartreuse #82FA04
Tints of Chartreuse #82FA04
RGB
CMYK
RGB Variations
Color information
#82FA04 (or 0x82FA04) is known color: Chartreuse. HEX triplet: 82, FA and 04. RGB value is (130,250,4). Sum of RGB (Red+Green+Blue) = 130+250+4=384 (50% of max value = 765). Red value is 130 (51.17% from 255 or 33.85% from 384); Green value is 250 (98.05% from 255 or 65.10% from 384); Blue value is 4 (1.95% from 255 or 1.04% from 384); Max value from RGB is 250 - color contains mainly: green. Hex color #82FA04 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #82FA04 is #7D05FB. Grayscale: #BABABA. Windows color (decimal): -8193532 or 326274. OLE color: 326274.
HSL color Cylindrical-coordinate representation of color #82FA04: hue angle of 89.27º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #82FA04 is Cyan = 0.48, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 130 | 250 | 4 | - |
| CMYK | 0.48 | 0 | 0.98 | 0.02 |
| HSL | 89.27º | 0.97% | 0.5% | - |
| HSV(B) | 89.27º | 0.98% | 0.98% | - |
| XYZ | 43.41 | 73.13 | 11.94 | - |
| YUV | 186.08 | 25.24 | 88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 250 | 4 | 0.48 | 0 | 0.98 | 0.02 | 89.27 | 0.97 | 0.5 |
| Hex | 82 | FA | 4 | 30 | 0 | 62 | 2 | 59 | 61 | 32 |
| Octal | 202 | 372 | 4 | 60 | 0 | 142 | 2 | 131 | 141 | 62 |
| Binary | 10000010 | 11111010 | 100 | 110000 | 0 | 1100010 | 10 | 1011001 | 1100001 | 110010 |
Color Harmonies of #82FA04
Complementary color
Monochromatic Colors of #82FA04
Black with #82FA04
Text Example
Text Example
White with #82FA04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82FA04; }
p { color: rgb(130,250,4); }
H1.HeaderClassName
{
color: #82FA04;
}
.AnyTagClassName
{
color: #82FA04;
}
</style>
background-color css
<style>
a { background-color: #82FA04; }
a { background-color: rgb(130,250,4); }
div.DivClassName
{
background-color: #82FA04;
}
.BgClassName
{
background-color: #82FA04;
}
</style>
border-color css
<style>
span { border-color: #82FA04; }
span { border-color: rgb(130,250,4); }
td.TdClassName
{
border-color: #82FA04;
}
.TagClassName
{
border-color: #82FA04;
}
</style>