#82D87C

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

Shades of Pastel Green #82D87C

Tints of Pastel Green #82D87C

Color information

#82D87C (or 0x82D87C) is unknown color: approx Pastel Green. HEX triplet: 82, D8 and 7C. RGB value is (130,216,124). Sum of RGB (Red+Green+Blue) = 130+216+124=470 (62% of max value = 765). Red value is 130 (51.17% from 255 or 27.66% from 470); Green value is 216 (84.77% from 255 or 45.96% from 470); Blue value is 124 (48.83% from 255 or 26.38% from 470); Max value from RGB is 216 - color contains mainly: green. Hex color #82D87C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82D87C is #7D2783. Grayscale: #B4B4B4. Windows color (decimal): -8202116 or 8181890. OLE color: 8181890.

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

Color convert

RGB130216124-
CMYK0.4000.430.15
HSL116.09º54.12%66.67%-
HSV(B)116.09º42.59%84.71%-
XYZ37.455.3127.77-
YUV179.896.5192.48-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 27.66%
GREEN value IS 216 (84.77% from 255) = 45.96%
BLUE value IS 124 (48.83% from 255) = 26.38%
R=27.66%
G=45.96%
B=26.38%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1302161240.4000.430.15116.0954.1266.67
Hex82D87C2802BF743643
Octal202330174500531716466103
Binary100000101101100011111001010000101011111111101001101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82D87C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,216,124); }

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

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

 a { background-color: rgb(130,216,124); }

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

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

 span { border-color: rgb(130,216,124); }

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