#82E16E

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

Shades of Pastel Green #82E16E

Tints of Pastel Green #82E16E

Color information

#82E16E (or 0x82E16E) is unknown color: approx Pastel Green. HEX triplet: 82, E1 and 6E. RGB value is (130,225,110). Sum of RGB (Red+Green+Blue) = 130+225+110=465 (61% of max value = 765). Red value is 130 (51.17% from 255 or 27.96% from 465); Green value is 225 (88.28% from 255 or 48.39% from 465); Blue value is 110 (43.36% from 255 or 23.66% from 465); Max value from RGB is 225 - color contains mainly: green. Hex color #82E16E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82E16E is #7D1E91. Grayscale: #B7B7B7. Windows color (decimal): -8199826 or 7266690. OLE color: 7266690.

HSL color Cylindrical-coordinate representation of color #82E16E: hue angle of 109.57º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #82E16E is Cyan = 0.42, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.12.

Color convert

RGB130225110-
CMYK0.4200.510.12
HSL109.57º65.71%65.69%-
HSV(B)109.57º51.11%88.24%-
XYZ38.9559.7224.23-
YUV183.4886.5389.85-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 27.96%
GREEN value IS 225 (88.28% from 255) = 48.39%
BLUE value IS 110 (43.36% from 255) = 23.66%
R=27.96%
G=48.39%
B=23.66%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1302251100.4200.510.12109.5765.7165.69
Hex82E16E2A033C6e4242
Octal2023411565206314156102102
Binary1000001011100001110111010101001100111100110111010000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82E16E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,225,110); }

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

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

 a { background-color: rgb(130,225,110); }

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

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

 span { border-color: rgb(130,225,110); }

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