Shades of Chartreuse #82FE21
Tints of Chartreuse #82FE21
RGB
CMYK
RGB Variations
Color information
#82FE21 (or 0x82FE21) is known color: Chartreuse. HEX triplet: 82, FE and 21. RGB value is (130,254,33). Sum of RGB (Red+Green+Blue) = 130+254+33=417 (55% of max value = 765). Red value is 130 (51.17% from 255 or 31.18% from 417); Green value is 254 (99.61% from 255 or 60.91% from 417); Blue value is 33 (13.28% from 255 or 7.91% from 417); Max value from RGB is 254 - color contains mainly: green. Hex color #82FE21 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #82FE21 is #7D01DE. Grayscale: #C0C0C0. Windows color (decimal): -8192479 or 2227842. OLE color: 2227842.
HSL color Cylindrical-coordinate representation of color #82FE21: hue angle of 93.67º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #82FE21 is Cyan = 0.49, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 130 | 254 | 33 | - |
| CMYK | 0.49 | 0 | 0.87 | 0.00 |
| HSL | 93.67º | 0.99% | 0.56% | - |
| HSV(B) | 93.67º | 0.87% | 1% | - |
| XYZ | 44.92 | 75.74 | 13.69 | - |
| YUV | 191.73 | 38.42 | 83.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 254 | 33 | 0.49 | 0 | 0.87 | 0.00 | 93.67 | 0.99 | 0.56 |
| Hex | 82 | FE | 21 | 31 | 0 | 57 | 0 | 5E | 63 | 38 |
| Octal | 202 | 376 | 41 | 61 | 0 | 127 | 0 | 136 | 143 | 70 |
| Binary | 10000010 | 11111110 | 100001 | 110001 | 0 | 1010111 | 0 | 1011110 | 1100011 | 111000 |
Color Harmonies of #82FE21
Complementary color
Monochromatic Colors of #82FE21
Black with #82FE21
Text Example
Text Example
White with #82FE21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82FE21; }
p { color: rgb(130,254,33); }
H1.HeaderClassName
{
color: #82FE21;
}
.AnyTagClassName
{
color: #82FE21;
}
</style>
background-color css
<style>
a { background-color: #82FE21; }
a { background-color: rgb(130,254,33); }
div.DivClassName
{
background-color: #82FE21;
}
.BgClassName
{
background-color: #82FE21;
}
</style>
border-color css
<style>
span { border-color: #82FE21; }
span { border-color: rgb(130,254,33); }
td.TdClassName
{
border-color: #82FE21;
}
.TagClassName
{
border-color: #82FE21;
}
</style>