#82E07A

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

Shades of Pastel Green #82E07A

Tints of Pastel Green #82E07A

Color information

#82E07A (or 0x82E07A) is unknown color: approx Pastel Green. HEX triplet: 82, E0 and 7A. RGB value is (130,224,122). Sum of RGB (Red+Green+Blue) = 130+224+122=476 (63% of max value = 765). Red value is 130 (51.17% from 255 or 27.31% from 476); Green value is 224 (87.89% from 255 or 47.06% from 476); Blue value is 122 (48.05% from 255 or 25.63% from 476); Max value from RGB is 224 - color contains mainly: green. Hex color #82E07A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82E07A is #7D1F85. Grayscale: #B8B8B8. Windows color (decimal): -8200070 or 8052866. OLE color: 8052866.

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

Color convert

RGB130224122-
CMYK0.4200.460.12
HSL115.29º62.2%67.84%-
HSV(B)115.29º45.54%87.84%-
XYZ39.3759.4627.81-
YUV184.2792.8689.29-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 27.31%
GREEN value IS 224 (87.89% from 255) = 47.06%
BLUE value IS 122 (48.05% from 255) = 25.63%
R=27.31%
G=47.06%
B=25.63%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1302241220.4200.460.12115.2962.267.84
Hex82E07A2A02EC733e44
Octal202340172520561416376104
Binary100000101110000011110101010100101110110011100111111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82E07A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,224,122); }

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

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

 a { background-color: rgb(130,224,122); }

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

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

 span { border-color: rgb(130,224,122); }

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