#76D98A

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

Shades of Pastel Green #76D98A

Tints of Pastel Green #76D98A

Color information

#76D98A (or 0x76D98A) is unknown color: approx Pastel Green. HEX triplet: 76, D9 and 8A. RGB value is (118,217,138). Sum of RGB (Red+Green+Blue) = 118+217+138=473 (62% of max value = 765). Red value is 118 (46.48% from 255 or 24.95% from 473); Green value is 217 (85.16% from 255 or 45.88% from 473); Blue value is 138 (54.30% from 255 or 29.18% from 473); Max value from RGB is 217 - color contains mainly: green. Hex color #76D98A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76D98A is #892675. Grayscale: #B2B2B2. Windows color (decimal): -8988278 or 9099638. OLE color: 9099638.

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

Color convert

RGB118217138-
CMYK0.4600.360.15
HSL132.12º56.57%65.69%-
HSV(B)132.12º45.62%85.1%-
XYZ36.8755.3132.78-
YUV178.39105.284.92-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 24.95%
GREEN value IS 217 (85.16% from 255) = 45.88%
BLUE value IS 138 (54.30% from 255) = 29.18%
R=24.95%
G=45.88%
B=29.18%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1182171380.4600.360.15132.1256.5765.69
Hex76D98A2E024F843942
Octal166331212560441720471102
Binary1110110110110011000101010111001001001111100001001110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76D98A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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