#82D977

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

Shades of Pastel Green #82D977

Tints of Pastel Green #82D977

Color information

#82D977 (or 0x82D977) is unknown color: approx Pastel Green. HEX triplet: 82, D9 and 77. RGB value is (130,217,119). Sum of RGB (Red+Green+Blue) = 130+217+119=466 (61% of max value = 765). Red value is 130 (51.17% from 255 or 27.90% from 466); Green value is 217 (85.16% from 255 or 46.57% from 466); Blue value is 119 (46.88% from 255 or 25.54% from 466); Max value from RGB is 217 - color contains mainly: green. Hex color #82D977 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82D977 is #7D2688. Grayscale: #B4B4B4. Windows color (decimal): -8201865 or 7854466. OLE color: 7854466.

HSL color Cylindrical-coordinate representation of color #82D977: hue angle of 113.27º degrees, saturation: 0.56, 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 #82D977 is Cyan = 0.40, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.15.

Color convert

RGB130217119-
CMYK0.4000.450.15
HSL113.27º56.32%65.88%-
HSV(B)113.27º45.16%85.1%-
XYZ37.3555.726.24-
YUV179.8293.6892.47-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 27.90%
GREEN value IS 217 (85.16% from 255) = 46.57%
BLUE value IS 119 (46.88% from 255) = 25.54%
R=27.90%
G=46.57%
B=25.54%

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
Decimal1302171190.4000.450.15113.2756.3265.88
Hex82D9772802DF713842
Octal202331167500551716170102
Binary100000101101100111101111010000101101111111100011110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82D977

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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