#76D27A

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

Shades of Pastel Green #76D27A

Tints of Pastel Green #76D27A

Color information

#76D27A (or 0x76D27A) is unknown color: approx Pastel Green. HEX triplet: 76, D2 and 7A. RGB value is (118,210,122). Sum of RGB (Red+Green+Blue) = 118+210+122=450 (59% of max value = 765). Red value is 118 (46.48% from 255 or 26.22% from 450); Green value is 210 (82.42% from 255 or 46.67% from 450); Blue value is 122 (48.05% from 255 or 27.11% from 450); Max value from RGB is 210 - color contains mainly: green. Hex color #76D27A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76D27A is #892D85. Grayscale: #ACACAC. Windows color (decimal): -8990086 or 8049270. OLE color: 8049270.

HSL color Cylindrical-coordinate representation of color #76D27A: hue angle of 122.61º degrees, saturation: 0.51, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #76D27A is Cyan = 0.44, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.18.

Color convert

RGB118210122-
CMYK0.4400.420.18
HSL122.61º50.55%64.31%-
HSV(B)122.61º43.81%82.35%-
XYZ34.0351.3526.53-
YUV172.4699.5289.16-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 26.22%
GREEN value IS 210 (82.42% from 255) = 46.67%
BLUE value IS 122 (48.05% from 255) = 27.11%
R=26.22%
G=46.67%
B=27.11%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1182101220.4400.420.18122.6150.5564.31
Hex76D27A2C02A127b3340
Octal166322172540522217363100
Binary111011011010010111101010110001010101001011110111100111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76D27A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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