Shades of Light Green #82FF82
Tints of Light Green #82FF82
RGB
CMYK
RGB Variations
Color information
#82FF82 (or 0x82FF82) is known color: Light Green. HEX triplet: 82, FF and 82. RGB value is (130,255,130). Sum of RGB (Red+Green+Blue) = 130+255+130=515 (68% of max value = 765). Red value is 130 (51.17% from 255 or 25.24% from 515); Green value is 255 (100% from 255 or 49.51% from 515); Blue value is 130 (51.17% from 255 or 25.24% from 515); Max value from RGB is 255 - color contains mainly: green. Hex color #82FF82 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #82FF82 is #7D007D. Grayscale: #CBCBCB. Windows color (decimal): -8192126 or 8585090. OLE color: 8585090.
HSL color Cylindrical-coordinate representation of color #82FF82: hue angle of 120º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #82FF82 is Cyan = 0.49, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.
Color convert
| RGB | 130 | 255 | 130 | - |
| CMYK | 0.49 | 0 | 0.49 | 0 |
| HSL | 120º | 1% | 0.75% | - |
| HSV(B) | 120º | 0.49% | 1% | - |
| XYZ | 49 | 77.88 | 33.57 | - |
| YUV | 203.38 | 86.59 | 75.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 255 | 130 | 0.49 | 0 | 0.49 | 0 | 120 | 1 | 0.75 |
| Hex | 82 | FF | 82 | 31 | 0 | 31 | 0 | 78 | 64 | 4B |
| Octal | 202 | 377 | 202 | 61 | 0 | 61 | 0 | 170 | 144 | 113 |
| Binary | 10000010 | 11111111 | 10000010 | 110001 | 0 | 110001 | 0 | 1111000 | 1100100 | 1001011 |
Color Harmonies of #82FF82
Complementary color
Monochromatic Colors of #82FF82
Black with #82FF82
Text Example
Text Example
White with #82FF82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82FF82; }
p { color: rgb(130,255,130); }
H1.HeaderClassName
{
color: #82FF82;
}
.AnyTagClassName
{
color: #82FF82;
}
</style>
background-color css
<style>
a { background-color: #82FF82; }
a { background-color: rgb(130,255,130); }
div.DivClassName
{
background-color: #82FF82;
}
.BgClassName
{
background-color: #82FF82;
}
</style>
border-color css
<style>
span { border-color: #82FF82; }
span { border-color: rgb(130,255,130); }
td.TdClassName
{
border-color: #82FF82;
}
.TagClassName
{
border-color: #82FF82;
}
</style>