#76D771

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

Shades of Pastel Green #76D771

Tints of Pastel Green #76D771

Color information

#76D771 (or 0x76D771) is unknown color: approx Pastel Green. HEX triplet: 76, D7 and 71. RGB value is (118,215,113). Sum of RGB (Red+Green+Blue) = 118+215+113=446 (59% of max value = 765). Red value is 118 (46.48% from 255 or 26.46% from 446); Green value is 215 (84.38% from 255 or 48.21% from 446); Blue value is 113 (44.53% from 255 or 25.34% from 446); Max value from RGB is 215 - color contains mainly: green. Hex color #76D771 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76D771 is #89288E. Grayscale: #AEAEAE. Windows color (decimal): -8988815 or 7460726. OLE color: 7460726.

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

Color convert

RGB118215113-
CMYK0.4500.470.16
HSL117.06º56.04%64.31%-
HSV(B)117.06º47.44%84.31%-
XYZ34.7553.6424.15-
YUV174.3793.3687.79-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 26.46%
GREEN value IS 215 (84.38% from 255) = 48.21%
BLUE value IS 113 (44.53% from 255) = 25.34%
R=26.46%
G=48.21%
B=25.34%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1182151130.4500.470.16117.0656.0464.31
Hex76D7712D02F10753840
Octal166327161550572016570100
Binary111011011010111111000110110101011111000011101011110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76D771

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,215,113); }

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

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

 a { background-color: rgb(118,215,113); }

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

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

 span { border-color: rgb(118,215,113); }

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