Shades of Chartreuse #82FD2A
Tints of Chartreuse #82FD2A
RGB
CMYK
RGB Variations
Color information
#82FD2A (or 0x82FD2A) is known color: Chartreuse. HEX triplet: 82, FD and 2A. RGB value is (130,253,42). Sum of RGB (Red+Green+Blue) = 130+253+42=425 (56% of max value = 765). Red value is 130 (51.17% from 255 or 30.59% from 425); Green value is 253 (99.22% from 255 or 59.53% from 425); Blue value is 42 (16.80% from 255 or 9.88% from 425); Max value from RGB is 253 - color contains mainly: green. Hex color #82FD2A is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #82FD2A is #7D02D5. Grayscale: #C0C0C0. Windows color (decimal): -8192726 or 2817410. OLE color: 2817410.
HSL color Cylindrical-coordinate representation of color #82FD2A: hue angle of 94.98º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #82FD2A is Cyan = 0.49, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 130 | 253 | 42 | - |
| CMYK | 0.49 | 0 | 0.83 | 0.01 |
| HSL | 94.98º | 0.98% | 0.58% | - |
| HSV(B) | 94.98º | 0.83% | 0.99% | - |
| XYZ | 44.75 | 75.16 | 14.34 | - |
| YUV | 192.17 | 43.25 | 83.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 253 | 42 | 0.49 | 0 | 0.83 | 0.01 | 94.98 | 0.98 | 0.58 |
| Hex | 82 | FD | 2A | 31 | 0 | 53 | 1 | 5F | 62 | 3A |
| Octal | 202 | 375 | 52 | 61 | 0 | 123 | 1 | 137 | 142 | 72 |
| Binary | 10000010 | 11111101 | 101010 | 110001 | 0 | 1010011 | 1 | 1011111 | 1100010 | 111010 |
Color Harmonies of #82FD2A
Complementary color
Monochromatic Colors of #82FD2A
Black with #82FD2A
Text Example
Text Example
White with #82FD2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82FD2A; }
p { color: rgb(130,253,42); }
H1.HeaderClassName
{
color: #82FD2A;
}
.AnyTagClassName
{
color: #82FD2A;
}
</style>
background-color css
<style>
a { background-color: #82FD2A; }
a { background-color: rgb(130,253,42); }
div.DivClassName
{
background-color: #82FD2A;
}
.BgClassName
{
background-color: #82FD2A;
}
</style>
border-color css
<style>
span { border-color: #82FD2A; }
span { border-color: rgb(130,253,42); }
td.TdClassName
{
border-color: #82FD2A;
}
.TagClassName
{
border-color: #82FD2A;
}
</style>