Shades of Light Green #82F2A5
Tints of Light Green #82F2A5
RGB
CMYK
RGB Variations
Color information
#82F2A5 (or 0x82F2A5) is known color: Light Green. HEX triplet: 82, F2 and A5. RGB value is (130,242,165). Sum of RGB (Red+Green+Blue) = 130+242+165=537 (71% of max value = 765). Red value is 130 (51.17% from 255 or 24.21% from 537); Green value is 242 (94.92% from 255 or 45.07% from 537); Blue value is 165 (64.84% from 255 or 30.73% from 537); Max value from RGB is 242 - color contains mainly: green. Hex color #82F2A5 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #82F2A5 is #7D0D5A. Grayscale: #C7C7C7. Windows color (decimal): -8195419 or 10875522. OLE color: 10875522.
HSL color Cylindrical-coordinate representation of color #82F2A5: hue angle of 138.75º degrees, saturation: 0.81, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #82F2A5 is Cyan = 0.46, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 130 | 242 | 165 | - |
| CMYK | 0.46 | 0 | 0.32 | 0.05 |
| HSL | 138.75º | 0.81% | 0.73% | - |
| HSV(B) | 138.75º | 0.46% | 0.95% | - |
| XYZ | 47.75 | 70.97 | 46.78 | - |
| YUV | 199.73 | 108.39 | 78.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 242 | 165 | 0.46 | 0 | 0.32 | 0.05 | 138.75 | 0.81 | 0.73 |
| Hex | 82 | F2 | A5 | 2E | 0 | 20 | 5 | 8B | 51 | 49 |
| Octal | 202 | 362 | 245 | 56 | 0 | 40 | 5 | 213 | 121 | 111 |
| Binary | 10000010 | 11110010 | 10100101 | 101110 | 0 | 100000 | 101 | 10001011 | 1010001 | 1001001 |
Color Harmonies of #82F2A5
Complementary color
Monochromatic Colors of #82F2A5
Black with #82F2A5
Text Example
Text Example
White with #82F2A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82F2A5; }
p { color: rgb(130,242,165); }
H1.HeaderClassName
{
color: #82F2A5;
}
.AnyTagClassName
{
color: #82F2A5;
}
</style>
background-color css
<style>
a { background-color: #82F2A5; }
a { background-color: rgb(130,242,165); }
div.DivClassName
{
background-color: #82F2A5;
}
.BgClassName
{
background-color: #82F2A5;
}
</style>
border-color css
<style>
span { border-color: #82F2A5; }
span { border-color: rgb(130,242,165); }
td.TdClassName
{
border-color: #82F2A5;
}
.TagClassName
{
border-color: #82F2A5;
}
</style>