#82D969

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

Shades of Pastel Green #82D969

Tints of Pastel Green #82D969

Color information

#82D969 (or 0x82D969) is unknown color: approx Pastel Green. HEX triplet: 82, D9 and 69. RGB value is (130,217,105). Sum of RGB (Red+Green+Blue) = 130+217+105=452 (59% of max value = 765). Red value is 130 (51.17% from 255 or 28.76% from 452); Green value is 217 (85.16% from 255 or 48.01% from 452); Blue value is 105 (41.41% from 255 or 23.23% from 452); Max value from RGB is 217 - color contains mainly: green. Hex color #82D969 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82D969 is #7D2696. Grayscale: #B2B2B2. Windows color (decimal): -8201879 or 6936962. OLE color: 6936962.

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

Color convert

RGB130217105-
CMYK0.4000.520.15
HSL106.61º59.57%63.14%-
HSV(B)106.61º51.61%85.1%-
XYZ36.5755.3922.13-
YUV178.2286.6893.61-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 28.76%
GREEN value IS 217 (85.16% from 255) = 48.01%
BLUE value IS 105 (41.41% from 255) = 23.23%
R=28.76%
G=48.01%
B=23.23%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1302171050.4000.520.15106.6159.5763.14
Hex82D96928034F6b3c3f
Octal20233115150064171537477
Binary10000010110110011101001101000011010011111101011111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82D969

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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