#76CD6F

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

Shades of Pastel Green #76CD6F

Tints of Pastel Green #76CD6F

Color information

#76CD6F (or 0x76CD6F) is unknown color: approx Pastel Green. HEX triplet: 76, CD and 6F. RGB value is (118,205,111). Sum of RGB (Red+Green+Blue) = 118+205+111=434 (57% of max value = 765). Red value is 118 (46.48% from 255 or 27.19% from 434); Green value is 205 (80.47% from 255 or 47.24% from 434); Blue value is 111 (43.75% from 255 or 25.58% from 434); Max value from RGB is 205 - color contains mainly: green. Hex color #76CD6F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76CD6F is #893290. Grayscale: #A8A8A8. Windows color (decimal): -8991377 or 7327094. OLE color: 7327094.

HSL color Cylindrical-coordinate representation of color #76CD6F: hue angle of 115.53º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #76CD6F is Cyan = 0.42, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.20.

Color convert

RGB118205111-
CMYK0.4200.460.20
HSL115.53º48.45%61.96%-
HSV(B)115.53º45.85%80.39%-
XYZ32.1748.6622.74-
YUV168.2795.6892.14-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 27.19%
GREEN value IS 205 (80.47% from 255) = 47.24%
BLUE value IS 111 (43.75% from 255) = 25.58%
R=27.19%
G=47.24%
B=25.58%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1182051110.4200.460.20115.5348.4561.96
Hex76CD6F2A02E1474303e
Octal16631515752056241646076
Binary11101101100110111011111010100101110101001110100110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76CD6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,205,111); }

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

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

 a { background-color: rgb(118,205,111); }

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

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

 span { border-color: rgb(118,205,111); }

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