Shades of Light Green #82EDA3
Tints of Light Green #82EDA3
RGB
CMYK
RGB Variations
Color information
#82EDA3 (or 0x82EDA3) is known color: Light Green. HEX triplet: 82, ED and A3. RGB value is (130,237,163). Sum of RGB (Red+Green+Blue) = 130+237+163=530 (70% of max value = 765). Red value is 130 (51.17% from 255 or 24.53% from 530); Green value is 237 (92.97% from 255 or 44.72% from 530); Blue value is 163 (64.06% from 255 or 30.75% from 530); Max value from RGB is 237 - color contains mainly: green. Hex color #82EDA3 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #82EDA3 is #7D125C. Grayscale: #C4C4C4. Windows color (decimal): -8196701 or 10743170. OLE color: 10743170.
HSL color Cylindrical-coordinate representation of color #82EDA3: hue angle of 138.5º degrees, saturation: 0.75, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #82EDA3 is Cyan = 0.45, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 130 | 237 | 163 | - |
| CMYK | 0.45 | 0 | 0.31 | 0.07 |
| HSL | 138.5º | 0.75% | 0.72% | - |
| HSV(B) | 138.5º | 0.45% | 0.93% | - |
| XYZ | 46.1 | 67.96 | 45.34 | - |
| YUV | 196.57 | 109.05 | 80.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 237 | 163 | 0.45 | 0 | 0.31 | 0.07 | 138.5 | 0.75 | 0.72 |
| Hex | 82 | ED | A3 | 2D | 0 | 1F | 7 | 8B | 4B | 48 |
| Octal | 202 | 355 | 243 | 55 | 0 | 37 | 7 | 213 | 113 | 110 |
| Binary | 10000010 | 11101101 | 10100011 | 101101 | 0 | 11111 | 111 | 10001011 | 1001011 | 1001000 |
Color Harmonies of #82EDA3
Complementary color
Monochromatic Colors of #82EDA3
Black with #82EDA3
Text Example
Text Example
White with #82EDA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82EDA3; }
p { color: rgb(130,237,163); }
H1.HeaderClassName
{
color: #82EDA3;
}
.AnyTagClassName
{
color: #82EDA3;
}
</style>
background-color css
<style>
a { background-color: #82EDA3; }
a { background-color: rgb(130,237,163); }
div.DivClassName
{
background-color: #82EDA3;
}
.BgClassName
{
background-color: #82EDA3;
}
</style>
border-color css
<style>
span { border-color: #82EDA3; }
span { border-color: rgb(130,237,163); }
td.TdClassName
{
border-color: #82EDA3;
}
.TagClassName
{
border-color: #82EDA3;
}
</style>