#76D57A

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

Shades of Pastel Green #76D57A

Tints of Pastel Green #76D57A

Color information

#76D57A (or 0x76D57A) is unknown color: approx Pastel Green. HEX triplet: 76, D5 and 7A. RGB value is (118,213,122). Sum of RGB (Red+Green+Blue) = 118+213+122=453 (60% of max value = 765). Red value is 118 (46.48% from 255 or 26.05% from 453); Green value is 213 (83.59% from 255 or 47.02% from 453); Blue value is 122 (48.05% from 255 or 26.93% from 453); Max value from RGB is 213 - color contains mainly: green. Hex color #76D57A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76D57A is #892A85. Grayscale: #AEAEAE. Windows color (decimal): -8989318 or 8050038. OLE color: 8050038.

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

Color convert

RGB118213122-
CMYK0.4500.430.16
HSL122.53º53.07%64.9%-
HSV(B)122.53º44.6%83.53%-
XYZ34.7852.8526.78-
YUV174.2298.5387.9-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 26.05%
GREEN value IS 213 (83.59% from 255) = 47.02%
BLUE value IS 122 (48.05% from 255) = 26.93%
R=26.05%
G=47.02%
B=26.93%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1182131220.4500.430.16122.5353.0764.9
Hex76D57A2D02B107b3541
Octal166325172550532017365101
Binary111011011010101111101010110101010111000011110111101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76D57A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,213,122); }

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

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

 a { background-color: rgb(118,213,122); }

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

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

 span { border-color: rgb(118,213,122); }

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