#76D77E

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

Shades of Pastel Green #76D77E

Tints of Pastel Green #76D77E

Color information

#76D77E (or 0x76D77E) is unknown color: approx Pastel Green. HEX triplet: 76, D7 and 7E. RGB value is (118,215,126). Sum of RGB (Red+Green+Blue) = 118+215+126=459 (60% of max value = 765). Red value is 118 (46.48% from 255 or 25.71% from 459); Green value is 215 (84.38% from 255 or 46.84% from 459); Blue value is 126 (49.61% from 255 or 27.45% from 459); Max value from RGB is 215 - color contains mainly: green. Hex color #76D77E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76D77E is #892881. Grayscale: #B0B0B0. Windows color (decimal): -8988802 or 8312694. OLE color: 8312694.

HSL color Cylindrical-coordinate representation of color #76D77E: hue angle of 124.95º degrees, saturation: 0.55, 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 #76D77E is Cyan = 0.45, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.16.

Color convert

RGB118215126-
CMYK0.4500.410.16
HSL124.95º54.8%65.29%-
HSV(B)124.95º45.12%84.31%-
XYZ35.5453.9628.28-
YUV175.8599.8686.74-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 25.71%
GREEN value IS 215 (84.38% from 255) = 46.84%
BLUE value IS 126 (49.61% from 255) = 27.45%
R=25.71%
G=46.84%
B=27.45%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1182151260.4500.410.16124.9554.865.29
Hex76D77E2D029107d3741
Octal166327176550512017567101
Binary111011011010111111111010110101010011000011111011101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76D77E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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