#76D582

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

Shades of Pastel Green #76D582

Tints of Pastel Green #76D582

Color information

#76D582 (or 0x76D582) is unknown color: approx Pastel Green. HEX triplet: 76, D5 and 82. RGB value is (118,213,130). Sum of RGB (Red+Green+Blue) = 118+213+130=461 (61% of max value = 765). Red value is 118 (46.48% from 255 or 25.60% from 461); Green value is 213 (83.59% from 255 or 46.20% from 461); Blue value is 130 (51.17% from 255 or 28.20% from 461); Max value from RGB is 213 - color contains mainly: green. Hex color #76D582 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76D582 is #892A7D. Grayscale: #AFAFAF. Windows color (decimal): -8989310 or 8574326. OLE color: 8574326.

HSL color Cylindrical-coordinate representation of color #76D582: hue angle of 127.58º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #76D582 is Cyan = 0.45, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.16.

Color convert

RGB118213130-
CMYK0.4500.390.16
HSL127.58º53.07%64.9%-
HSV(B)127.58º44.6%83.53%-
XYZ35.2953.0529.5-
YUV175.13102.5387.25-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 25.60%
GREEN value IS 213 (83.59% from 255) = 46.20%
BLUE value IS 130 (51.17% from 255) = 28.20%
R=25.60%
G=46.20%
B=28.20%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1182131300.4500.390.16127.5853.0764.9
Hex76D5822D02710803541
Octal166325202550472020065101
Binary11101101101010110000010101101010011110000100000001101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76D582

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76D582; }

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

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

<style>
 a { background-color: #76D582; }

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

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

<style>
 span { border-color: #76D582; }

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

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