#82D071

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

Shades of Pastel Green #82D071

Tints of Pastel Green #82D071

Color information

#82D071 (or 0x82D071) is unknown color: approx Pastel Green. HEX triplet: 82, D0 and 71. RGB value is (130,208,113). Sum of RGB (Red+Green+Blue) = 130+208+113=451 (59% of max value = 765). Red value is 130 (51.17% from 255 or 28.82% from 451); Green value is 208 (81.64% from 255 or 46.12% from 451); Blue value is 113 (44.53% from 255 or 25.06% from 451); Max value from RGB is 208 - color contains mainly: green. Hex color #82D071 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82D071 is #7D2F8E. Grayscale: #AEAEAE. Windows color (decimal): -8204175 or 7458946. OLE color: 7458946.

HSL color Cylindrical-coordinate representation of color #82D071: hue angle of 109.26º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #82D071 is Cyan = 0.38, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.18.

Color convert

RGB130208113-
CMYK0.3800.460.18
HSL109.26º50.26%62.94%-
HSV(B)109.26º45.67%81.57%-
XYZ34.7451.0523.65-
YUV173.8593.6696.72-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 28.82%
GREEN value IS 208 (81.64% from 255) = 46.12%
BLUE value IS 113 (44.53% from 255) = 25.06%
R=28.82%
G=46.12%
B=25.06%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1302081130.3800.460.18109.2650.2662.94
Hex82D0712602E126d323f
Octal20232016146056221556277
Binary100000101101000011100011001100101110100101101101110010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82D071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,208,113); }

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

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

 a { background-color: rgb(130,208,113); }

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

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

 span { border-color: rgb(130,208,113); }

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