Html Css Color HEX #76D980 Pastel Green

📋 copy color: '#76D980'

red 118 ◦ green 217 ◦ blue 128

#76D980
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pastel Green #76D980

Tints of Pastel Green #76D980

RGB

 RED value IS 118 (46.48% from 255) = 25.49%

 GREEN value IS 217 (85.16% from 255) = 46.87%

 BLUE value IS 128 (50.39% from 255) = 27.65%

R = 25.49%
G = 46.87%
B = 27.65%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.41

 K value IS 0.15

RGB Variations

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

Color information

#76D980 (or 0x76D980) is known color: Pastel Green. HEX triplet: 76, D9 and 80. RGB value is (118,217,128). Sum of RGB (Red+Green+Blue) = 118+217+128=463 (61% of max value = 765). Red value is 118 (46.48% from 255 or 25.49% from 463); Green value is 217 (85.16% from 255 or 46.87% from 463); Blue value is 128 (50.39% from 255 or 27.65% from 463); Max value from RGB is 217 - color contains mainly: green. Hex color #76D980 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76D980 is #89267F. Grayscale: #B1B1B1. Windows color (decimal): -8988288 or 8444278. OLE color: 8444278.

HSL color Cylindrical-coordinate representation of color #76D980: hue angle of 126.06º 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 #76D980 is Cyan = 0.46, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.15.

Color convert

RGB 118 217 128 -
CMYK 0.46 0 0.41 0.15
HSL 126.06º 0.57% 0.66% -
HSV(B) 126.06º 0.46% 0.85% -
XYZ 36.18 55.04 29.14 -
YUV 177.25 100.2 85.74 -
System Red Green Blue C M Y K H S L
Decimal 118 217 128 0.46 0 0.41 0.15 126.06 0.57 0.66
Hex 76 D9 80 2E 0 29 F 7E 39 42
Octal 166 331 200 56 0 51 17 176 71 102
Binary 1110110 11011001 10000000 101110 0 101001 1111 1111110 111001 1000010

Color Harmonies of #76D980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76D980

Black with #76D980

Text Example


Text Example

White with #76D980

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #76D980;
 }
 .AnyTagClassName
 {
   color: #76D980;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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