#82EA7B

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

Shades of Pastel Green #82EA7B

Tints of Pastel Green #82EA7B

Color information

#82EA7B (or 0x82EA7B) is unknown color: approx Pastel Green. HEX triplet: 82, EA and 7B. RGB value is (130,234,123). Sum of RGB (Red+Green+Blue) = 130+234+123=487 (64% of max value = 765). Red value is 130 (51.17% from 255 or 26.69% from 487); Green value is 234 (91.80% from 255 or 48.05% from 487); Blue value is 123 (48.44% from 255 or 25.26% from 487); Max value from RGB is 234 - color contains mainly: green. Hex color #82EA7B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #82EA7B is #7D1584. Grayscale: #BEBEBE. Windows color (decimal): -8197509 or 8120962. OLE color: 8120962.

HSL color Cylindrical-coordinate representation of color #82EA7B: hue angle of 116.22º degrees, saturation: 0.73, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #82EA7B is Cyan = 0.44, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.08.

Color convert

RGB130234123-
CMYK0.4400.470.08
HSL116.22º72.55%70%-
HSV(B)116.22º47.44%91.76%-
XYZ42.265.0229.06-
YUV190.2590.0485.03-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 26.69%
GREEN value IS 234 (91.80% from 255) = 48.05%
BLUE value IS 123 (48.44% from 255) = 25.26%
R=26.69%
G=48.05%
B=25.26%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1302341230.4400.470.08116.2272.5570
Hex82EA7B2C02F8744946
Octal2023521735405710164111106
Binary1000001011101010111101110110001011111000111010010010011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82EA7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,234,123); }

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

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

 a { background-color: rgb(130,234,123); }

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

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

 span { border-color: rgb(130,234,123); }

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