#76DC82

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

Shades of Pastel Green #76DC82

Tints of Pastel Green #76DC82

Color information

#76DC82 (or 0x76DC82) is unknown color: approx Pastel Green. HEX triplet: 76, DC and 82. RGB value is (118,220,130). Sum of RGB (Red+Green+Blue) = 118+220+130=468 (61% of max value = 765). Red value is 118 (46.48% from 255 or 25.21% from 468); Green value is 220 (86.33% from 255 or 47.01% from 468); Blue value is 130 (51.17% from 255 or 27.78% from 468); Max value from RGB is 220 - color contains mainly: green. Hex color #76DC82 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76DC82 is #89237D. Grayscale: #B3B3B3. Windows color (decimal): -8987518 or 8576118. OLE color: 8576118.

HSL color Cylindrical-coordinate representation of color #76DC82: hue angle of 127.06º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #76DC82 is Cyan = 0.46, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.14.

Color convert

RGB118220130-
CMYK0.4600.410.14
HSL127.06º59.3%66.27%-
HSV(B)127.06º46.36%86.27%-
XYZ37.0956.6530.1-
YUV179.24100.2184.32-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 25.21%
GREEN value IS 220 (86.33% from 255) = 47.01%
BLUE value IS 130 (51.17% from 255) = 27.78%
R=25.21%
G=47.01%
B=27.78%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1182201300.4600.410.14127.0659.366.27
Hex76DC822E029E7f3b42
Octal166334202560511617773102
Binary111011011011100100000101011100101001111011111111110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76DC82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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