#82ED6E

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

Shades of Pastel Green #82ED6E

Tints of Pastel Green #82ED6E

Color information

#82ED6E (or 0x82ED6E) is unknown color: approx Pastel Green. HEX triplet: 82, ED and 6E. RGB value is (130,237,110). Sum of RGB (Red+Green+Blue) = 130+237+110=477 (63% of max value = 765). Red value is 130 (51.17% from 255 or 27.25% from 477); Green value is 237 (92.97% from 255 or 49.69% from 477); Blue value is 110 (43.36% from 255 or 23.06% from 477); Max value from RGB is 237 - color contains mainly: green. Hex color #82ED6E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #82ED6E is #7D1291. Grayscale: #BEBEBE. Windows color (decimal): -8196754 or 7269762. OLE color: 7269762.

HSL color Cylindrical-coordinate representation of color #82ED6E: hue angle of 110.55º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #82ED6E is Cyan = 0.45, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.07.

Color convert

RGB130237110-
CMYK0.4500.540.07
HSL110.55º77.91%68.04%-
HSV(B)110.55º53.59%92.94%-
XYZ42.366.4425.35-
YUV190.5382.5584.83-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 27.25%
GREEN value IS 237 (92.97% from 255) = 49.69%
BLUE value IS 110 (43.36% from 255) = 23.06%
R=27.25%
G=49.69%
B=23.06%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1302371100.4500.540.07110.5577.9168.04
Hex82ED6E2D03676f4e44
Octal202355156550667157116104
Binary100000101110110111011101011010110110111110111110011101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82ED6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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