#76DC7B

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

Shades of Pastel Green #76DC7B

Tints of Pastel Green #76DC7B

Color information

#76DC7B (or 0x76DC7B) is unknown color: approx Pastel Green. HEX triplet: 76, DC and 7B. RGB value is (118,220,123). Sum of RGB (Red+Green+Blue) = 118+220+123=461 (61% of max value = 765). Red value is 118 (46.48% from 255 or 25.60% from 461); Green value is 220 (86.33% from 255 or 47.72% from 461); Blue value is 123 (48.44% from 255 or 26.68% from 461); Max value from RGB is 220 - color contains mainly: green. Hex color #76DC7B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76DC7B is #892384. Grayscale: #B2B2B2. Windows color (decimal): -8987525 or 8117366. OLE color: 8117366.

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

Color convert

RGB118220123-
CMYK0.4600.440.14
HSL122.94º59.3%66.27%-
HSV(B)122.94º46.36%86.27%-
XYZ36.6456.4727.71-
YUV178.4496.7184.89-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 25.60%
GREEN value IS 220 (86.33% from 255) = 47.72%
BLUE value IS 123 (48.44% from 255) = 26.68%
R=25.60%
G=47.72%
B=26.68%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1182201230.4600.440.14122.9459.366.27
Hex76DC7B2E02CE7b3b42
Octal166334173560541617373102
Binary11101101101110011110111011100101100111011110111110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76DC7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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