#82DA77

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

Shades of Pastel Green #82DA77

Tints of Pastel Green #82DA77

Color information

#82DA77 (or 0x82DA77) is unknown color: approx Pastel Green. HEX triplet: 82, DA and 77. RGB value is (130,218,119). Sum of RGB (Red+Green+Blue) = 130+218+119=467 (61% of max value = 765). Red value is 130 (51.17% from 255 or 27.84% from 467); Green value is 218 (85.55% from 255 or 46.68% from 467); Blue value is 119 (46.88% from 255 or 25.48% from 467); Max value from RGB is 218 - color contains mainly: green. Hex color #82DA77 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82DA77 is #7D2588. Grayscale: #B4B4B4. Windows color (decimal): -8201609 or 7854722. OLE color: 7854722.

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

Color convert

RGB130218119-
CMYK0.4000.450.15
HSL113.33º57.23%66.08%-
HSV(B)113.33º45.41%85.49%-
XYZ37.6156.2226.32-
YUV180.493.3592.05-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 27.84%
GREEN value IS 218 (85.55% from 255) = 46.68%
BLUE value IS 119 (46.88% from 255) = 25.48%
R=27.84%
G=46.68%
B=25.48%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1302181190.4000.450.15113.3357.2366.08
Hex82DA772802DF713942
Octal202332167500551716171102
Binary100000101101101011101111010000101101111111100011110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82DA77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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