#82D077

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

Shades of Pastel Green #82D077

Tints of Pastel Green #82D077

Color information

#82D077 (or 0x82D077) is unknown color: approx Pastel Green. HEX triplet: 82, D0 and 77. RGB value is (130,208,119). Sum of RGB (Red+Green+Blue) = 130+208+119=457 (60% of max value = 765). Red value is 130 (51.17% from 255 or 28.45% from 457); Green value is 208 (81.64% from 255 or 45.51% from 457); Blue value is 119 (46.88% from 255 or 26.04% from 457); Max value from RGB is 208 - color contains mainly: green. Hex color #82D077 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82D077 is #7D2F88. Grayscale: #AEAEAE. Windows color (decimal): -8204169 or 7852162. OLE color: 7852162.

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

Color convert

RGB130208119-
CMYK0.3800.430.18
HSL112.58º48.63%64.12%-
HSV(B)112.58º42.79%81.57%-
XYZ35.0951.1925.48-
YUV174.5396.6696.24-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 28.45%
GREEN value IS 208 (81.64% from 255) = 45.51%
BLUE value IS 119 (46.88% from 255) = 26.04%
R=28.45%
G=45.51%
B=26.04%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1302081190.3800.430.18112.5848.6364.12
Hex82D0772602B12713140
Octal202320167460532216161100
Binary1000001011010000111011110011001010111001011100011100011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82D077

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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