#76DE86

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

Shades of Pastel Green #76DE86

Tints of Pastel Green #76DE86

Color information

#76DE86 (or 0x76DE86) is unknown color: approx Pastel Green. HEX triplet: 76, DE and 86. RGB value is (118,222,134). Sum of RGB (Red+Green+Blue) = 118+222+134=474 (62% of max value = 765). Red value is 118 (46.48% from 255 or 24.89% from 474); Green value is 222 (87.11% from 255 or 46.84% from 474); Blue value is 134 (52.73% from 255 or 28.27% from 474); Max value from RGB is 222 - color contains mainly: green. Hex color #76DE86 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76DE86 is #892179. Grayscale: #B5B5B5. Windows color (decimal): -8987002 or 8838774. OLE color: 8838774.

HSL color Cylindrical-coordinate representation of color #76DE86: hue angle of 129.23º degrees, saturation: 0.61, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #76DE86 is Cyan = 0.47, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.13.

Color convert

RGB118222134-
CMYK0.4700.400.13
HSL129.23º61.18%66.67%-
HSV(B)129.23º46.85%87.06%-
XYZ37.957.8231.72-
YUV180.87101.5483.16-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 24.89%
GREEN value IS 222 (87.11% from 255) = 46.84%
BLUE value IS 134 (52.73% from 255) = 28.27%
R=24.89%
G=46.84%
B=28.27%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1182221340.4700.400.13129.2361.1866.67
Hex76DE862F028D813d43
Octal166336206570501520175103
Binary1110110110111101000011010111101010001101100000011111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76DE86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,222,134); }

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

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

 a { background-color: rgb(118,222,134); }

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

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

 span { border-color: rgb(118,222,134); }

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