#82DA6D

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

Shades of Pastel Green #82DA6D

Tints of Pastel Green #82DA6D

Color information

#82DA6D (or 0x82DA6D) is unknown color: approx Pastel Green. HEX triplet: 82, DA and 6D. RGB value is (130,218,109). Sum of RGB (Red+Green+Blue) = 130+218+109=457 (60% of max value = 765). Red value is 130 (51.17% from 255 or 28.45% from 457); Green value is 218 (85.55% from 255 or 47.70% from 457); Blue value is 109 (42.97% from 255 or 23.85% from 457); Max value from RGB is 218 - color contains mainly: green. Hex color #82DA6D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82DA6D is #7D2592. Grayscale: #B3B3B3. Windows color (decimal): -8201619 or 7199362. OLE color: 7199362.

HSL color Cylindrical-coordinate representation of color #82DA6D: hue angle of 108.44º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #82DA6D is Cyan = 0.40, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.15.

Color convert

RGB130218109-
CMYK0.4000.50.15
HSL108.44º59.56%64.12%-
HSV(B)108.44º50%85.49%-
XYZ37.0455.9923.32-
YUV179.2688.3592.86-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 28.45%
GREEN value IS 218 (85.55% from 255) = 47.70%
BLUE value IS 109 (42.97% from 255) = 23.85%
R=28.45%
G=47.70%
B=23.85%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1302181090.4000.50.15108.4459.5664.12
Hex82DA6D28032F6c3c40
Octal202332155500621715474100
Binary100000101101101011011011010000110010111111011001111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82DA6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,218,109); }

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

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

 a { background-color: rgb(130,218,109); }

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

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

 span { border-color: rgb(130,218,109); }

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