Html Css Color HEX #80D876 Pastel Green

📋 copy color: '#80D876'

red 128 ◦ green 216 ◦ blue 118

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

Shades of Pastel Green #80D876

Tints of Pastel Green #80D876

RGB

 RED value IS 128 (50.39% from 255) = 27.71%

 GREEN value IS 216 (84.77% from 255) = 46.75%

 BLUE value IS 118 (46.48% from 255) = 25.54%

R = 27.71%
G = 46.75%
B = 25.54%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.45

 K value IS 0.15

RGB Variations

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

Color information

#80D876 (or 0x80D876) is known color: Pastel Green. HEX triplet: 80, D8 and 76. RGB value is (128,216,118). Sum of RGB (Red+Green+Blue) = 128+216+118=462 (61% of max value = 765). Red value is 128 (50.39% from 255 or 27.71% from 462); Green value is 216 (84.77% from 255 or 46.75% from 462); Blue value is 118 (46.48% from 255 or 25.54% from 462); Max value from RGB is 216 - color contains mainly: green. Hex color #80D876 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80D876 is #7F2789. Grayscale: #B2B2B2. Windows color (decimal): -8333194 or 7788672. OLE color: 7788672.

HSL color Cylindrical-coordinate representation of color #80D876: hue angle of 113.88º degrees, saturation: 0.56, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #80D876 is Cyan = 0.41, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.15.

Color convert

RGB 128 216 118 -
CMYK 0.41 0 0.45 0.15
HSL 113.88º 0.56% 0.65% -
HSV(B) 113.88º 0.45% 0.85% -
XYZ 36.73 55.01 25.82 -
YUV 178.52 93.85 91.97 -
System Red Green Blue C M Y K H S L
Decimal 128 216 118 0.41 0 0.45 0.15 113.88 0.56 0.65
Hex 80 D8 76 29 0 2D F 72 38 41
Octal 200 330 166 51 0 55 17 162 70 101
Binary 10000000 11011000 1110110 101001 0 101101 1111 1110010 111000 1000001

Color Harmonies of #80D876

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80D876

Black with #80D876

Text Example


Text Example

White with #80D876

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80D876; }

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

 H1.HeaderClassName
 {
   color: #80D876;
 }
 .AnyTagClassName
 {
   color: #80D876;
 }
</style>

background-color css

<style>
 a { background-color: #80D876; }

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

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

border-color css

<style>
 span { border-color: #80D876; }

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

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