#82EFA3

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

Shades of Light Green #82EFA3

Tints of Light Green #82EFA3

Color information

#82EFA3 (or 0x82EFA3) is unknown color: approx Light Green. HEX triplet: 82, EF and A3. RGB value is (130,239,163). Sum of RGB (Red+Green+Blue) = 130+239+163=532 (70% of max value = 765). Red value is 130 (51.17% from 255 or 24.44% from 532); Green value is 239 (93.75% from 255 or 44.92% from 532); Blue value is 163 (64.06% from 255 or 30.64% from 532); Max value from RGB is 239 - color contains mainly: green. Hex color #82EFA3 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #82EFA3 is #7D105C. Grayscale: #C5C5C5. Windows color (decimal): -8196189 or 10743682. OLE color: 10743682.

HSL color Cylindrical-coordinate representation of color #82EFA3: hue angle of 138.17º degrees, saturation: 0.77, 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 #82EFA3 is Cyan = 0.46, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.06.

Color convert

RGB130239163-
CMYK0.4600.320.06
HSL138.17º77.3%72.35%-
HSV(B)138.17º45.61%93.73%-
XYZ46.6869.1245.53-
YUV197.74108.3979.68-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 24.44%
GREEN value IS 239 (93.75% from 255) = 44.92%
BLUE value IS 163 (64.06% from 255) = 30.64%
R=24.44%
G=44.92%
B=30.64%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1302391630.4600.320.06138.1777.372.35
Hex82EFA32E02068a4d48
Octal202357243560406212115110
Binary10000010111011111010001110111001000001101000101010011011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82EFA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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