#82EB96

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

Shades of Light Green #82EB96

Tints of Light Green #82EB96

Color information

#82EB96 (or 0x82EB96) is unknown color: approx Light Green. HEX triplet: 82, EB and 96. RGB value is (130,235,150). Sum of RGB (Red+Green+Blue) = 130+235+150=515 (68% of max value = 765). Red value is 130 (51.17% from 255 or 25.24% from 515); Green value is 235 (92.19% from 255 or 45.63% from 515); Blue value is 150 (58.98% from 255 or 29.13% from 515); Max value from RGB is 235 - color contains mainly: green. Hex color #82EB96 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #82EB96 is #7D1469. Grayscale: #C2C2C2. Windows color (decimal): -8197226 or 9890690. OLE color: 9890690.

HSL color Cylindrical-coordinate representation of color #82EB96: hue angle of 131.43º 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 #82EB96 is Cyan = 0.45, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.08.

Color convert

RGB130235150-
CMYK0.4500.360.08
HSL131.43º72.41%71.57%-
HSV(B)131.43º44.68%92.16%-
XYZ44.4266.3639.32-
YUV193.92103.2182.41-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 25.24%
GREEN value IS 235 (92.19% from 255) = 45.63%
BLUE value IS 150 (58.98% from 255) = 29.13%
R=25.24%
G=45.63%
B=29.13%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1302351500.4500.360.08131.4372.4171.57
Hex82EB962D0248834848
Octal2023532265504410203110110
Binary100000101110101110010110101101010010010001000001110010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82EB96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82EB96; }

 p { color: rgb(130,235,150); }

 H1.HeaderClassName
 {
   color: #82EB96;
 }
 .AnyTagClassName
 {
   color: #82EB96;
 }
</style>
background-color css

<style>
 a { background-color: #82EB96; }

 a { background-color: rgb(130,235,150); }

 div.DivClassName
 {
   background-color: #82EB96;
 }
 .BgClassName
 {
   background-color: #82EB96;
 }
</style>
border-color css

<style>
 span { border-color: #82EB96; }

 span { border-color: rgb(130,235,150); }

 td.TdClassName
 {
   border-color: #82EB96;
 }
 .TagClassName
 {
   border-color: #82EB96;
 }
</style>