Html Css Color HEX #76D780 Pastel Green

📋 copy color: '#76D780'

red 118 ◦ green 215 ◦ blue 128

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

Shades of Pastel Green #76D780

Tints of Pastel Green #76D780

RGB

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

 GREEN value IS 215 (84.38% from 255) = 46.64%

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

R = 25.6%
G = 46.64%
B = 27.77%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.40

 K value IS 0.16

RGB Variations

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

Color information

#76D780 (or 0x76D780) is known color: Pastel Green. HEX triplet: 76, D7 and 80. RGB value is (118,215,128). Sum of RGB (Red+Green+Blue) = 118+215+128=461 (61% of max value = 765). Red value is 118 (46.48% from 255 or 25.60% from 461); Green value is 215 (84.38% from 255 or 46.64% from 461); Blue value is 128 (50.39% from 255 or 27.77% from 461); Max value from RGB is 215 - color contains mainly: green. Hex color #76D780 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76D780 is #89287F. Grayscale: #B0B0B0. Windows color (decimal): -8988800 or 8443766. OLE color: 8443766.

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

Color convert

RGB 118 215 128 -
CMYK 0.45 0 0.40 0.16
HSL 126.19º 0.55% 0.65% -
HSV(B) 126.19º 0.45% 0.84% -
XYZ 35.67 54.01 28.97 -
YUV 176.08 100.86 86.57 -
System Red Green Blue C M Y K H S L
Decimal 118 215 128 0.45 0 0.40 0.16 126.19 0.55 0.65
Hex 76 D7 80 2D 0 28 10 7E 37 41
Octal 166 327 200 55 0 50 20 176 67 101
Binary 1110110 11010111 10000000 101101 0 101000 10000 1111110 110111 1000001

Color Harmonies of #76D780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76D780

Black with #76D780

Text Example


Text Example

White with #76D780

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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