#82D46D

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

Shades of Pastel Green #82D46D

Tints of Pastel Green #82D46D

Color information

#82D46D (or 0x82D46D) is unknown color: approx Pastel Green. HEX triplet: 82, D4 and 6D. RGB value is (130,212,109). Sum of RGB (Red+Green+Blue) = 130+212+109=451 (59% of max value = 765). Red value is 130 (51.17% from 255 or 28.82% from 451); Green value is 212 (83.20% from 255 or 47.01% from 451); Blue value is 109 (42.97% from 255 or 24.17% from 451); Max value from RGB is 212 - color contains mainly: green. Hex color #82D46D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82D46D is #7D2B92. Grayscale: #B0B0B0. Windows color (decimal): -8203155 or 7197826. OLE color: 7197826.

HSL color Cylindrical-coordinate representation of color #82D46D: hue angle of 107.77º degrees, saturation: 0.54, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #82D46D is Cyan = 0.39, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.17.

Color convert

RGB130212109-
CMYK0.3900.490.17
HSL107.77º54.5%62.94%-
HSV(B)107.77º48.58%83.14%-
XYZ35.5152.9422.81-
YUV175.7490.3395.38-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 28.82%
GREEN value IS 212 (83.20% from 255) = 47.01%
BLUE value IS 109 (42.97% from 255) = 24.17%
R=28.82%
G=47.01%
B=24.17%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1302121090.3900.490.17107.7754.562.94
Hex82D46D27031116c363f
Octal20232415547061211546677
Binary100000101101010011011011001110110001100011101100110110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82D46D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,212,109); }

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

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

 a { background-color: rgb(130,212,109); }

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

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

 span { border-color: rgb(130,212,109); }

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