Shades of Light Green #82EBA1
Tints of Light Green #82EBA1
RGB
CMYK
RGB Variations
Color information
#82EBA1 (or 0x82EBA1) is known color: Light Green. HEX triplet: 82, EB and A1. RGB value is (130,235,161). Sum of RGB (Red+Green+Blue) = 130+235+161=526 (69% of max value = 765). Red value is 130 (51.17% from 255 or 24.71% from 526); Green value is 235 (92.19% from 255 or 44.68% from 526); Blue value is 161 (63.28% from 255 or 30.61% from 526); Max value from RGB is 235 - color contains mainly: green. Hex color #82EBA1 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #82EBA1 is #7D145E. Grayscale: #C3C3C3. Windows color (decimal): -8197215 or 10611586. OLE color: 10611586.
HSL color Cylindrical-coordinate representation of color #82EBA1: hue angle of 137.71º degrees, saturation: 0.72, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #82EBA1 is Cyan = 0.45, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 130 | 235 | 161 | - |
| CMYK | 0.45 | 0 | 0.31 | 0.08 |
| HSL | 137.71º | 0.72% | 0.72% | - |
| HSV(B) | 137.71º | 0.45% | 0.92% | - |
| XYZ | 45.35 | 66.74 | 44.21 | - |
| YUV | 195.17 | 108.71 | 81.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 235 | 161 | 0.45 | 0 | 0.31 | 0.08 | 137.71 | 0.72 | 0.72 |
| Hex | 82 | EB | A1 | 2D | 0 | 1F | 8 | 8A | 48 | 48 |
| Octal | 202 | 353 | 241 | 55 | 0 | 37 | 10 | 212 | 110 | 110 |
| Binary | 10000010 | 11101011 | 10100001 | 101101 | 0 | 11111 | 1000 | 10001010 | 1001000 | 1001000 |
Color Harmonies of #82EBA1
Complementary color
Monochromatic Colors of #82EBA1
Black with #82EBA1
Text Example
Text Example
White with #82EBA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82EBA1; }
p { color: rgb(130,235,161); }
H1.HeaderClassName
{
color: #82EBA1;
}
.AnyTagClassName
{
color: #82EBA1;
}
</style>
background-color css
<style>
a { background-color: #82EBA1; }
a { background-color: rgb(130,235,161); }
div.DivClassName
{
background-color: #82EBA1;
}
.BgClassName
{
background-color: #82EBA1;
}
</style>
border-color css
<style>
span { border-color: #82EBA1; }
span { border-color: rgb(130,235,161); }
td.TdClassName
{
border-color: #82EBA1;
}
.TagClassName
{
border-color: #82EBA1;
}
</style>