#82EBA0

Color #82EBA0 Light Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Green #82EBA0

Tints of Light Green #82EBA0

Color information

#82EBA0 (or 0x82EBA0) is unknown color: approx 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

RGB130235160-
CMYK0.4500.320.08
HSL137.14º72.41%71.57%-
HSV(B)137.14º44.68%92.16%-
XYZ45.2666.743.75-
YUV195.06108.2181.6-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 130 (51.17% from 255) = 24.76%
GREEN value IS 235 (92.19% from 255) = 44.76%
BLUE value IS 160 (62.89% from 255) = 30.48%
R=24.76%
G=44.76%
B=30.48%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1302351600.4500.320.08137.1472.4171.57
Hex82EBA02D0208894848
Octal2023532405504010211110110
Binary100000101110101110100000101101010000010001000100110010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82EBA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>