#82ef80

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

Shades of Light Green #82EF80

Tints of Light Green #82EF80

Color information

#82EF80 (or 0x82EF80) is unknown color: approx Light Green. HEX triplet: 82, EF and 80. RGB value is (130,239,128). Sum of RGB (Red+Green+Blue) = 130+239+128=497 (65% of max value = 765). Red value is 130 (51.17% from 255 or 26.16% from 497); Green value is 239 (93.75% from 255 or 48.09% from 497); Blue value is 128 (50.39% from 255 or 25.75% from 497); Max value from RGB is 239 - color contains mainly: green. Hex color #82EF80 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #82EF80 is #7D107F. Grayscale: #C2C2C2. Windows color (decimal): -8196224 or 8449922. OLE color: 8449922.

HSL color Cylindrical-coordinate representation of color #82EF80: hue angle of 118.92º degrees, saturation: 0.78, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #82EF80 is Cyan = 0.46, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.06.

Color convert

RGB130239128-
CMYK0.4600.460.06
HSL118.92º77.62%71.96%-
HSV(B)118.92º46.44%93.73%-
XYZ43.9768.0431.24-
YUV193.7690.8982.53-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 26.16%
GREEN value IS 239 (93.75% from 255) = 48.09%
BLUE value IS 128 (50.39% from 255) = 25.75%
R=26.16%
G=48.09%
B=25.75%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1302391280.4600.460.06118.9277.6271.96
Hex82EF802E02E6774e48
Octal202357200560566167116110
Binary1000001011101111100000001011100101110110111011110011101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82ef80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,239,128); }

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

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

 a { background-color: rgb(130,239,128); }

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

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

 span { border-color: rgb(130,239,128); }

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