#76DC7D

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

Shades of Pastel Green #76DC7D

Tints of Pastel Green #76DC7D

Color information

#76DC7D (or 0x76DC7D) is unknown color: approx Pastel Green. HEX triplet: 76, DC and 7D. RGB value is (118,220,125). Sum of RGB (Red+Green+Blue) = 118+220+125=463 (61% of max value = 765). Red value is 118 (46.48% from 255 or 25.49% from 463); Green value is 220 (86.33% from 255 or 47.52% from 463); Blue value is 125 (49.22% from 255 or 27.00% from 463); Max value from RGB is 220 - color contains mainly: green. Hex color #76DC7D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76DC7D is #892382. Grayscale: #B2B2B2. Windows color (decimal): -8987523 or 8248438. OLE color: 8248438.

HSL color Cylindrical-coordinate representation of color #76DC7D: hue angle of 124.12º 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 #76DC7D is Cyan = 0.46, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.14.

Color convert

RGB118220125-
CMYK0.4600.430.14
HSL124.12º59.3%66.27%-
HSV(B)124.12º46.36%86.27%-
XYZ36.7756.5228.37-
YUV178.6797.7184.72-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 25.49%
GREEN value IS 220 (86.33% from 255) = 47.52%
BLUE value IS 125 (49.22% from 255) = 27.00%
R=25.49%
G=47.52%
B=27.00%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1182201250.4600.430.14124.1259.366.27
Hex76DC7D2E02BE7c3b42
Octal166334175560531617473102
Binary11101101101110011111011011100101011111011111001110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76DC7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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