#82EA5D

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

Shades of Pastel Green #82EA5D

Tints of Pastel Green #82EA5D

Color information

#82EA5D (or 0x82EA5D) is unknown color: approx Pastel Green. HEX triplet: 82, EA and 5D. RGB value is (130,234,93). Sum of RGB (Red+Green+Blue) = 130+234+93=457 (60% of max value = 765). Red value is 130 (51.17% from 255 or 28.45% from 457); Green value is 234 (91.80% from 255 or 51.20% from 457); Blue value is 93 (36.72% from 255 or 20.35% from 457); Max value from RGB is 234 - color contains mainly: green. Hex color #82EA5D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #82EA5D is #7D15A2. Grayscale: #BBBBBB. Windows color (decimal): -8197539 or 6154882. OLE color: 6154882.

HSL color Cylindrical-coordinate representation of color #82EA5D: hue angle of 104.26º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #82EA5D is Cyan = 0.44, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.08.

Color convert

RGB13023493-
CMYK0.4400.600.08
HSL104.26º77.05%64.12%-
HSV(B)104.26º60.26%91.76%-
XYZ40.664.3820.64-
YUV186.8375.0487.46-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 28.45%
GREEN value IS 234 (91.80% from 255) = 51.20%
BLUE value IS 93 (36.72% from 255) = 20.35%
R=28.45%
G=51.20%
B=20.35%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal130234930.4400.600.08104.2677.0564.12
Hex82EA5D2C03C8684d40
Octal2023521355407410150115100
Binary1000001011101010101110110110001111001000110100010011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82EA5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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