#76D681

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

Shades of Pastel Green #76D681

Tints of Pastel Green #76D681

Color information

#76D681 (or 0x76D681) is unknown color: approx Pastel Green. HEX triplet: 76, D6 and 81. RGB value is (118,214,129). Sum of RGB (Red+Green+Blue) = 118+214+129=461 (61% of max value = 765). Red value is 118 (46.48% from 255 or 25.60% from 461); Green value is 214 (83.98% from 255 or 46.42% from 461); Blue value is 129 (50.78% from 255 or 27.98% from 461); Max value from RGB is 214 - color contains mainly: green. Hex color #76D681 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76D681 is #89297E. Grayscale: #AFAFAF. Windows color (decimal): -8989055 or 8509046. OLE color: 8509046.

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

Color convert

RGB118214129-
CMYK0.4500.400.16
HSL126.88º53.93%65.1%-
HSV(B)126.88º44.86%83.92%-
XYZ35.4853.5329.23-
YUV175.61101.786.91-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 25.60%
GREEN value IS 214 (83.98% from 255) = 46.42%
BLUE value IS 129 (50.78% from 255) = 27.98%
R=25.60%
G=46.42%
B=27.98%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1182141290.4500.400.16126.8853.9365.1
Hex76D6812D028107f3641
Octal166326201550502017766101
Binary1110110110101101000000110110101010001000011111111101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76D681

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,214,129); }

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

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

 a { background-color: rgb(118,214,129); }

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

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

 span { border-color: rgb(118,214,129); }

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