#82D57D

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

Shades of Pastel Green #82D57D

Tints of Pastel Green #82D57D

Color information

#82D57D (or 0x82D57D) is unknown color: approx Pastel Green. HEX triplet: 82, D5 and 7D. RGB value is (130,213,125). Sum of RGB (Red+Green+Blue) = 130+213+125=468 (61% of max value = 765). Red value is 130 (51.17% from 255 or 27.78% from 468); Green value is 213 (83.59% from 255 or 45.51% from 468); Blue value is 125 (49.22% from 255 or 26.71% from 468); Max value from RGB is 213 - color contains mainly: green. Hex color #82D57D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82D57D is #7D2A82. Grayscale: #B2B2B2. Windows color (decimal): -8202883 or 8246658. OLE color: 8246658.

HSL color Cylindrical-coordinate representation of color #82D57D: hue angle of 116.59º degrees, saturation: 0.51, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #82D57D is Cyan = 0.39, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.16.

Color convert

RGB130213125-
CMYK0.3900.410.16
HSL116.59º51.16%66.27%-
HSV(B)116.59º41.31%83.53%-
XYZ36.753.8127.85-
YUV178.159893.66-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 27.78%
GREEN value IS 213 (83.59% from 255) = 45.51%
BLUE value IS 125 (49.22% from 255) = 26.71%
R=27.78%
G=45.51%
B=26.71%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1302131250.3900.410.16116.5951.1666.27
Hex82D57D2702910753342
Octal202325175470512016563102
Binary1000001011010101111110110011101010011000011101011100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82D57D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,213,125); }

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

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

 a { background-color: rgb(130,213,125); }

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

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

 span { border-color: rgb(130,213,125); }

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