Shades of Chartreuse #82FE24
Tints of Chartreuse #82FE24
RGB
CMYK
RGB Variations
Color information
#82FE24 (or 0x82FE24) is known color: Chartreuse. HEX triplet: 82, FE and 24. RGB value is (130,254,36). Sum of RGB (Red+Green+Blue) = 130+254+36=420 (55% of max value = 765). Red value is 130 (51.17% from 255 or 30.95% from 420); Green value is 254 (99.61% from 255 or 60.48% from 420); Blue value is 36 (14.45% from 255 or 8.57% from 420); Max value from RGB is 254 - color contains mainly: green. Hex color #82FE24 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #82FE24 is #7D01DB. Grayscale: #C0C0C0. Windows color (decimal): -8192476 or 2424450. OLE color: 2424450.
HSL color Cylindrical-coordinate representation of color #82FE24: hue angle of 94.13º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #82FE24 is Cyan = 0.49, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 130 | 254 | 36 | - |
| CMYK | 0.49 | 0 | 0.86 | 0.00 |
| HSL | 94.13º | 0.99% | 0.57% | - |
| HSV(B) | 94.13º | 0.86% | 1% | - |
| XYZ | 44.97 | 75.76 | 13.92 | - |
| YUV | 192.07 | 39.92 | 83.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 254 | 36 | 0.49 | 0 | 0.86 | 0.00 | 94.13 | 0.99 | 0.57 |
| Hex | 82 | FE | 24 | 31 | 0 | 56 | 0 | 5E | 63 | 39 |
| Octal | 202 | 376 | 44 | 61 | 0 | 126 | 0 | 136 | 143 | 71 |
| Binary | 10000010 | 11111110 | 100100 | 110001 | 0 | 1010110 | 0 | 1011110 | 1100011 | 111001 |
Color Harmonies of #82FE24
Complementary color
Monochromatic Colors of #82FE24
Black with #82FE24
Text Example
Text Example
White with #82FE24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82FE24; }
p { color: rgb(130,254,36); }
H1.HeaderClassName
{
color: #82FE24;
}
.AnyTagClassName
{
color: #82FE24;
}
</style>
background-color css
<style>
a { background-color: #82FE24; }
a { background-color: rgb(130,254,36); }
div.DivClassName
{
background-color: #82FE24;
}
.BgClassName
{
background-color: #82FE24;
}
</style>
border-color css
<style>
span { border-color: #82FE24; }
span { border-color: rgb(130,254,36); }
td.TdClassName
{
border-color: #82FE24;
}
.TagClassName
{
border-color: #82FE24;
}
</style>