#82e86d

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

Shades of Pastel Green #82E86D

Tints of Pastel Green #82E86D

Color information

#82E86D (or 0x82E86D) is unknown color: approx Pastel Green. HEX triplet: 82, E8 and 6D. RGB value is (130,232,109). Sum of RGB (Red+Green+Blue) = 130+232+109=471 (62% of max value = 765). Red value is 130 (51.17% from 255 or 27.60% from 471); Green value is 232 (91.02% from 255 or 49.26% from 471); Blue value is 109 (42.97% from 255 or 23.14% from 471); Max value from RGB is 232 - color contains mainly: green. Hex color #82E86D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #82E86D is #7D1792. Grayscale: #BBBBBB. Windows color (decimal): -8198035 or 7202946. OLE color: 7202946.

HSL color Cylindrical-coordinate representation of color #82E86D: hue angle of 109.76º degrees, saturation: 0.73, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #82E86D is Cyan = 0.44, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.09.

Color convert

RGB130232109-
CMYK0.4400.530.09
HSL109.76º72.78%66.86%-
HSV(B)109.76º53.02%90.98%-
XYZ40.8263.5624.59-
YUV187.4883.7187-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 27.60%
GREEN value IS 232 (91.02% from 255) = 49.26%
BLUE value IS 109 (42.97% from 255) = 23.14%
R=27.60%
G=49.26%
B=23.14%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1302321090.4400.530.09109.7672.7866.86
Hex82E86D2C03596e4943
Octal2023501555406511156111103
Binary1000001011101000110110110110001101011001110111010010011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82e86d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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