#82DF81

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

Shades of Pastel Green #82DF81

Tints of Pastel Green #82DF81

Color information

#82DF81 (or 0x82DF81) is unknown color: approx Pastel Green. HEX triplet: 82, DF and 81. RGB value is (130,223,129). Sum of RGB (Red+Green+Blue) = 130+223+129=482 (63% of max value = 765). Red value is 130 (51.17% from 255 or 26.97% from 482); Green value is 223 (87.5% from 255 or 46.27% from 482); Blue value is 129 (50.78% from 255 or 26.76% from 482); Max value from RGB is 223 - color contains mainly: green. Hex color #82DF81 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82DF81 is #7D207E. Grayscale: #B8B8B8. Windows color (decimal): -8200319 or 8511362. OLE color: 8511362.

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

Color convert

RGB130223129-
CMYK0.4200.420.13
HSL119.36º59.49%69.02%-
HSV(B)119.36º42.15%87.45%-
XYZ39.5659.1130.09-
YUV184.4896.6989.14-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 26.97%
GREEN value IS 223 (87.5% from 255) = 46.27%
BLUE value IS 129 (50.78% from 255) = 26.76%
R=26.97%
G=46.27%
B=26.76%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1302231290.4200.420.13119.3659.4969.02
Hex82DF812A02AD773b45
Octal202337201520521516773105
Binary1000001011011111100000011010100101010110111101111110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82DF81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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