#82DF76

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

Shades of Pastel Green #82DF76

Tints of Pastel Green #82DF76

Color information

#82DF76 (or 0x82DF76) is unknown color: approx Pastel Green. HEX triplet: 82, DF and 76. RGB value is (130,223,118). Sum of RGB (Red+Green+Blue) = 130+223+118=471 (62% of max value = 765). Red value is 130 (51.17% from 255 or 27.60% from 471); Green value is 223 (87.5% from 255 or 47.35% from 471); Blue value is 118 (46.48% from 255 or 25.05% from 471); Max value from RGB is 223 - color contains mainly: green. Hex color #82DF76 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82DF76 is #7D2089. Grayscale: #B7B7B7. Windows color (decimal): -8200330 or 7790466. OLE color: 7790466.

HSL color Cylindrical-coordinate representation of color #82DF76: hue angle of 113.14º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #82DF76 is Cyan = 0.42, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.13.

Color convert

RGB130223118-
CMYK0.4200.470.13
HSL113.14º62.13%66.86%-
HSV(B)113.14º47.09%87.45%-
XYZ38.8658.8326.45-
YUV183.2291.1990.04-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 27.60%
GREEN value IS 223 (87.5% from 255) = 47.35%
BLUE value IS 118 (46.48% from 255) = 25.05%
R=27.60%
G=47.35%
B=25.05%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1302231180.4200.470.13113.1462.1366.86
Hex82DF762A02FD713e43
Octal202337166520571516176103
Binary100000101101111111101101010100101111110111100011111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82DF76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,223,118); }

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

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

 a { background-color: rgb(130,223,118); }

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

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

 span { border-color: rgb(130,223,118); }

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