Shades of Chartreuse #82FD11
Tints of Chartreuse #82FD11
RGB
CMYK
RGB Variations
Color information
#82FD11 (or 0x82FD11) is known color: Chartreuse. HEX triplet: 82, FD and 11. RGB value is (130,253,17). Sum of RGB (Red+Green+Blue) = 130+253+17=400 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.5% from 400); Green value is 253 (99.22% from 255 or 63.25% from 400); Blue value is 17 (7.03% from 255 or 4.25% from 400); Max value from RGB is 253 - color contains mainly: green. Hex color #82FD11 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #82FD11 is #7D02EE. Grayscale: #BEBEBE. Windows color (decimal): -8192751 or 1179010. OLE color: 1179010.
HSL color Cylindrical-coordinate representation of color #82FD11: hue angle of 91.27º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #82FD11 is Cyan = 0.49, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 130 | 253 | 17 | - |
| CMYK | 0.49 | 0 | 0.93 | 0.01 |
| HSL | 91.27º | 0.98% | 0.53% | - |
| HSV(B) | 91.27º | 0.93% | 0.99% | - |
| XYZ | 44.43 | 75.04 | 12.67 | - |
| YUV | 189.32 | 30.75 | 85.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 253 | 17 | 0.49 | 0 | 0.93 | 0.01 | 91.27 | 0.98 | 0.53 |
| Hex | 82 | FD | 11 | 31 | 0 | 5D | 1 | 5B | 62 | 35 |
| Octal | 202 | 375 | 21 | 61 | 0 | 135 | 1 | 133 | 142 | 65 |
| Binary | 10000010 | 11111101 | 10001 | 110001 | 0 | 1011101 | 1 | 1011011 | 1100010 | 110101 |
Color Harmonies of #82FD11
Complementary color
Monochromatic Colors of #82FD11
Black with #82FD11
Text Example
Text Example
White with #82FD11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82FD11; }
p { color: rgb(130,253,17); }
H1.HeaderClassName
{
color: #82FD11;
}
.AnyTagClassName
{
color: #82FD11;
}
</style>
background-color css
<style>
a { background-color: #82FD11; }
a { background-color: rgb(130,253,17); }
div.DivClassName
{
background-color: #82FD11;
}
.BgClassName
{
background-color: #82FD11;
}
</style>
border-color css
<style>
span { border-color: #82FD11; }
span { border-color: rgb(130,253,17); }
td.TdClassName
{
border-color: #82FD11;
}
.TagClassName
{
border-color: #82FD11;
}
</style>