#82D97A

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

Shades of Pastel Green #82D97A

Tints of Pastel Green #82D97A

Color information

#82D97A (or 0x82D97A) is unknown color: approx Pastel Green. HEX triplet: 82, D9 and 7A. RGB value is (130,217,122). Sum of RGB (Red+Green+Blue) = 130+217+122=469 (62% of max value = 765). Red value is 130 (51.17% from 255 or 27.72% from 469); Green value is 217 (85.16% from 255 or 46.27% from 469); Blue value is 122 (48.05% from 255 or 26.01% from 469); Max value from RGB is 217 - color contains mainly: green. Hex color #82D97A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82D97A is #7D2685. Grayscale: #B4B4B4. Windows color (decimal): -8201862 or 8051074. OLE color: 8051074.

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

Color convert

RGB130217122-
CMYK0.4000.440.15
HSL114.95º55.56%66.47%-
HSV(B)114.95º43.78%85.1%-
XYZ37.5355.7827.2-
YUV180.1695.1892.22-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 27.72%
GREEN value IS 217 (85.16% from 255) = 46.27%
BLUE value IS 122 (48.05% from 255) = 26.01%
R=27.72%
G=46.27%
B=26.01%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1302171220.4000.440.15114.9555.5666.47
Hex82D97A2802CF733842
Octal202331172500541716370102
Binary100000101101100111110101010000101100111111100111110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82D97A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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