#82DC76

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

Shades of Pastel Green #82DC76

Tints of Pastel Green #82DC76

Color information

#82DC76 (or 0x82DC76) is unknown color: approx Pastel Green. HEX triplet: 82, DC and 76. RGB value is (130,220,118). Sum of RGB (Red+Green+Blue) = 130+220+118=468 (61% of max value = 765). Red value is 130 (51.17% from 255 or 27.78% from 468); Green value is 220 (86.33% from 255 or 47.01% from 468); Blue value is 118 (46.48% from 255 or 25.21% from 468); Max value from RGB is 220 - color contains mainly: green. Hex color #82DC76 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82DC76 is #7D2389. Grayscale: #B5B5B5. Windows color (decimal): -8201098 or 7789698. OLE color: 7789698.

HSL color Cylindrical-coordinate representation of color #82DC76: hue angle of 112.94º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #82DC76 is Cyan = 0.41, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.14.

Color convert

RGB130220118-
CMYK0.4100.460.14
HSL112.94º59.3%66.27%-
HSV(B)112.94º46.36%86.27%-
XYZ38.0757.2426.18-
YUV181.4692.1891.29-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 27.78%
GREEN value IS 220 (86.33% from 255) = 47.01%
BLUE value IS 118 (46.48% from 255) = 25.21%
R=27.78%
G=47.01%
B=25.21%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1302201180.4100.460.14112.9459.366.27
Hex82DC762902EE713b42
Octal202334166510561616173102
Binary100000101101110011101101010010101110111011100011110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82DC76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,220,118); }

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

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

 a { background-color: rgb(130,220,118); }

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

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

 span { border-color: rgb(130,220,118); }

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