Shades of Light Green #82EBA0
Tints of Light Green #82EBA0
RGB
CMYK
RGB Variations
Color information
#82EBA0 (or 0x82EBA0) is known color: Light Green. HEX triplet: 82, EB and A0. RGB value is (130,235,160). Sum of RGB (Red+Green+Blue) = 130+235+160=525 (69% of max value = 765). Red value is 130 (51.17% from 255 or 24.76% from 525); Green value is 235 (92.19% from 255 or 44.76% from 525); Blue value is 160 (62.89% from 255 or 30.48% from 525); Max value from RGB is 235 - color contains mainly: green. Hex color #82EBA0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #82EBA0 is #7D145F. Grayscale: #C3C3C3. Windows color (decimal): -8197216 or 10546050. OLE color: 10546050.
HSL color Cylindrical-coordinate representation of color #82EBA0: hue angle of 137.14º 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 #82EBA0 is Cyan = 0.45, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 130 | 235 | 160 | - |
| CMYK | 0.45 | 0 | 0.32 | 0.08 |
| HSL | 137.14º | 0.72% | 0.72% | - |
| HSV(B) | 137.14º | 0.45% | 0.92% | - |
| XYZ | 45.26 | 66.7 | 43.75 | - |
| YUV | 195.06 | 108.21 | 81.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 235 | 160 | 0.45 | 0 | 0.32 | 0.08 | 137.14 | 0.72 | 0.72 |
| Hex | 82 | EB | A0 | 2D | 0 | 20 | 8 | 89 | 48 | 48 |
| Octal | 202 | 353 | 240 | 55 | 0 | 40 | 10 | 211 | 110 | 110 |
| Binary | 10000010 | 11101011 | 10100000 | 101101 | 0 | 100000 | 1000 | 10001001 | 1001000 | 1001000 |
Color Harmonies of #82EBA0
Complementary color
Monochromatic Colors of #82EBA0
Black with #82EBA0
Text Example
Text Example
White with #82EBA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82EBA0; }
p { color: rgb(130,235,160); }
H1.HeaderClassName
{
color: #82EBA0;
}
.AnyTagClassName
{
color: #82EBA0;
}
</style>
background-color css
<style>
a { background-color: #82EBA0; }
a { background-color: rgb(130,235,160); }
div.DivClassName
{
background-color: #82EBA0;
}
.BgClassName
{
background-color: #82EBA0;
}
</style>
border-color css
<style>
span { border-color: #82EBA0; }
span { border-color: rgb(130,235,160); }
td.TdClassName
{
border-color: #82EBA0;
}
.TagClassName
{
border-color: #82EBA0;
}
</style>