Shades of Chartreuse #82FD28
Tints of Chartreuse #82FD28
RGB
CMYK
RGB Variations
Color information
#82FD28 (or 0x82FD28) is known color: Chartreuse. HEX triplet: 82, FD and 28. RGB value is (130,253,40). Sum of RGB (Red+Green+Blue) = 130+253+40=423 (56% of max value = 765). Red value is 130 (51.17% from 255 or 30.73% from 423); Green value is 253 (99.22% from 255 or 59.81% from 423); Blue value is 40 (16.02% from 255 or 9.46% from 423); Max value from RGB is 253 - color contains mainly: green. Hex color #82FD28 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #82FD28 is #7D02D7. Grayscale: #C0C0C0. Windows color (decimal): -8192728 or 2686338. OLE color: 2686338.
HSL color Cylindrical-coordinate representation of color #82FD28: hue angle of 94.65º degrees, saturation: 0.98, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #82FD28 is Cyan = 0.49, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 130 | 253 | 40 | - |
| CMYK | 0.49 | 0 | 0.84 | 0.01 |
| HSL | 94.65º | 0.98% | 0.57% | - |
| HSV(B) | 94.65º | 0.84% | 0.99% | - |
| XYZ | 44.71 | 75.15 | 14.16 | - |
| YUV | 191.94 | 42.25 | 83.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 253 | 40 | 0.49 | 0 | 0.84 | 0.01 | 94.65 | 0.98 | 0.57 |
| Hex | 82 | FD | 28 | 31 | 0 | 54 | 1 | 5F | 62 | 39 |
| Octal | 202 | 375 | 50 | 61 | 0 | 124 | 1 | 137 | 142 | 71 |
| Binary | 10000010 | 11111101 | 101000 | 110001 | 0 | 1010100 | 1 | 1011111 | 1100010 | 111001 |
Color Harmonies of #82FD28
Complementary color
Monochromatic Colors of #82FD28
Black with #82FD28
Text Example
Text Example
White with #82FD28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82FD28; }
p { color: rgb(130,253,40); }
H1.HeaderClassName
{
color: #82FD28;
}
.AnyTagClassName
{
color: #82FD28;
}
</style>
background-color css
<style>
a { background-color: #82FD28; }
a { background-color: rgb(130,253,40); }
div.DivClassName
{
background-color: #82FD28;
}
.BgClassName
{
background-color: #82FD28;
}
</style>
border-color css
<style>
span { border-color: #82FD28; }
span { border-color: rgb(130,253,40); }
td.TdClassName
{
border-color: #82FD28;
}
.TagClassName
{
border-color: #82FD28;
}
</style>