#80D97E

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

Shades of Pastel Green #80D97E

Tints of Pastel Green #80D97E

Color information

#80D97E (or 0x80D97E) is unknown color: approx Pastel Green. HEX triplet: 80, D9 and 7E. RGB value is (128,217,126). Sum of RGB (Red+Green+Blue) = 128+217+126=471 (62% of max value = 765). Red value is 128 (50.39% from 255 or 27.18% from 471); Green value is 217 (85.16% from 255 or 46.07% from 471); Blue value is 126 (49.61% from 255 or 26.75% from 471); Max value from RGB is 217 - color contains mainly: green. Hex color #80D97E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80D97E is #7F2681. Grayscale: #B4B4B4. Windows color (decimal): -8332930 or 8313216. OLE color: 8313216.

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

Color convert

RGB128217126-
CMYK0.4100.420.15
HSL118.68º54.49%67.25%-
HSV(B)118.68º41.94%85.1%-
XYZ37.4855.7228.52-
YUV180.0297.5190.9-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 27.18%
GREEN value IS 217 (85.16% from 255) = 46.07%
BLUE value IS 126 (49.61% from 255) = 26.75%
R=27.18%
G=46.07%
B=26.75%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1282171260.4100.420.15118.6854.4967.25
Hex80D97E2902AF773643
Octal200331176510521716766103
Binary100000001101100111111101010010101010111111101111101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80D97E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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