#76D964

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

Shades of Pastel Green #76D964

Tints of Pastel Green #76D964

Color information

#76D964 (or 0x76D964) is unknown color: approx Pastel Green. HEX triplet: 76, D9 and 64. RGB value is (118,217,100). Sum of RGB (Red+Green+Blue) = 118+217+100=435 (57% of max value = 765). Red value is 118 (46.48% from 255 or 27.13% from 435); Green value is 217 (85.16% from 255 or 49.89% from 435); Blue value is 100 (39.45% from 255 or 22.99% from 435); Max value from RGB is 217 - color contains mainly: green. Hex color #76D964 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76D964 is #89269B. Grayscale: #AEAEAE. Windows color (decimal): -8988316 or 6609270. OLE color: 6609270.

HSL color Cylindrical-coordinate representation of color #76D964: hue angle of 110.77º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #76D964 is Cyan = 0.46, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.15.

Color convert

RGB118217100-
CMYK0.4600.540.15
HSL110.77º60.62%62.16%-
HSV(B)110.77º53.92%85.1%-
XYZ34.5854.420.73-
YUV174.0686.288.01-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 27.13%
GREEN value IS 217 (85.16% from 255) = 49.89%
BLUE value IS 100 (39.45% from 255) = 22.99%
R=27.13%
G=49.89%
B=22.99%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1182171000.4600.540.15110.7760.6262.16
Hex76D9642E036F6f3d3e
Octal16633114456066171577576
Binary1110110110110011100100101110011011011111101111111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76D964

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,217,100); }

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

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

 a { background-color: rgb(118,217,100); }

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

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

 span { border-color: rgb(118,217,100); }

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