#82ED76

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

Shades of Pastel Green #82ED76

Tints of Pastel Green #82ED76

Color information

#82ED76 (or 0x82ED76) is unknown color: approx Pastel Green. HEX triplet: 82, ED and 76. RGB value is (130,237,118). Sum of RGB (Red+Green+Blue) = 130+237+118=485 (64% of max value = 765). Red value is 130 (51.17% from 255 or 26.80% from 485); Green value is 237 (92.97% from 255 or 48.87% from 485); Blue value is 118 (46.48% from 255 or 24.33% from 485); Max value from RGB is 237 - color contains mainly: green. Hex color #82ED76 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #82ED76 is #7D1289. Grayscale: #BFBFBF. Windows color (decimal): -8196746 or 7794050. OLE color: 7794050.

HSL color Cylindrical-coordinate representation of color #82ED76: hue angle of 113.95º degrees, saturation: 0.77, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #82ED76 is Cyan = 0.45, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.07.

Color convert

RGB130237118-
CMYK0.4500.500.07
HSL113.95º76.77%69.61%-
HSV(B)113.95º50.21%92.94%-
XYZ42.7666.6227.75-
YUV191.4486.5584.18-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 26.80%
GREEN value IS 237 (92.97% from 255) = 48.87%
BLUE value IS 118 (46.48% from 255) = 24.33%
R=26.80%
G=48.87%
B=24.33%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1302371180.4500.500.07113.9576.7769.61
Hex82ED762D0327724d46
Octal202355166550627162115106
Binary100000101110110111101101011010110010111111001010011011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82ED76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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