#82ED7C

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

Shades of Pastel Green #82ED7C

Tints of Pastel Green #82ED7C

Color information

#82ED7C (or 0x82ED7C) is unknown color: approx Pastel Green. HEX triplet: 82, ED and 7C. RGB value is (130,237,124). Sum of RGB (Red+Green+Blue) = 130+237+124=491 (65% of max value = 765). Red value is 130 (51.17% from 255 or 26.48% from 491); Green value is 237 (92.97% from 255 or 48.27% from 491); Blue value is 124 (48.83% from 255 or 25.25% from 491); Max value from RGB is 237 - color contains mainly: green. Hex color #82ED7C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #82ED7C is #7D1283. Grayscale: #C0C0C0. Windows color (decimal): -8196740 or 8187266. OLE color: 8187266.

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

Color convert

RGB130237124-
CMYK0.4500.480.07
HSL116.81º75.84%70.78%-
HSV(B)116.81º47.68%92.94%-
XYZ43.1366.7729.68-
YUV192.1289.5583.69-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 26.48%
GREEN value IS 237 (92.97% from 255) = 48.27%
BLUE value IS 124 (48.83% from 255) = 25.25%
R=26.48%
G=48.27%
B=25.25%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1302371240.4500.480.07116.8175.8470.78
Hex82ED7C2D0307754c47
Octal202355174550607165114107
Binary100000101110110111111001011010110000111111010110011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82ED7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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