#82E184

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

Shades of Pastel Green #82E184

Tints of Pastel Green #82E184

Color information

#82E184 (or 0x82E184) is unknown color: approx Pastel Green. HEX triplet: 82, E1 and 84. RGB value is (130,225,132). Sum of RGB (Red+Green+Blue) = 130+225+132=487 (64% of max value = 765). Red value is 130 (51.17% from 255 or 26.69% from 487); Green value is 225 (88.28% from 255 or 46.20% from 487); Blue value is 132 (51.95% from 255 or 27.10% from 487); Max value from RGB is 225 - color contains mainly: green. Hex color #82E184 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82E184 is #7D1E7B. Grayscale: #BABABA. Windows color (decimal): -8199804 or 8708482. OLE color: 8708482.

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

Color convert

RGB130225132-
CMYK0.4200.410.12
HSL121.26º61.29%69.61%-
HSV(B)121.26º42.22%88.24%-
XYZ40.360.2631.34-
YUV185.9997.5388.06-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 26.69%
GREEN value IS 225 (88.28% from 255) = 46.20%
BLUE value IS 132 (51.95% from 255) = 27.10%
R=26.69%
G=46.20%
B=27.10%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1302251320.4200.410.12121.2661.2969.61
Hex82E1842A029C793d46
Octal202341204520511417175106
Binary1000001011100001100001001010100101001110011110011111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82E184

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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