#82D56D

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

Shades of Pastel Green #82D56D

Tints of Pastel Green #82D56D

Color information

#82D56D (or 0x82D56D) is unknown color: approx Pastel Green. HEX triplet: 82, D5 and 6D. RGB value is (130,213,109). Sum of RGB (Red+Green+Blue) = 130+213+109=452 (59% of max value = 765). Red value is 130 (51.17% from 255 or 28.76% from 452); Green value is 213 (83.59% from 255 or 47.12% from 452); Blue value is 109 (42.97% from 255 or 24.12% from 452); Max value from RGB is 213 - color contains mainly: green. Hex color #82D56D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82D56D is #7D2A92. Grayscale: #B0B0B0. Windows color (decimal): -8202899 or 7198082. OLE color: 7198082.

HSL color Cylindrical-coordinate representation of color #82D56D: hue angle of 107.88º degrees, saturation: 0.55, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #82D56D is Cyan = 0.39, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.16.

Color convert

RGB130213109-
CMYK0.3900.490.16
HSL107.88º55.32%63.14%-
HSV(B)107.88º48.83%83.53%-
XYZ35.7653.4422.9-
YUV176.339094.96-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 28.76%
GREEN value IS 213 (83.59% from 255) = 47.12%
BLUE value IS 109 (42.97% from 255) = 24.12%
R=28.76%
G=47.12%
B=24.12%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1302131090.3900.490.16107.8855.3263.14
Hex82D56D27031106c373f
Octal20232515547061201546777
Binary100000101101010111011011001110110001100001101100110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82D56D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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