#80DA7D

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

Shades of Pastel Green #80DA7D

Tints of Pastel Green #80DA7D

Color information

#80DA7D (or 0x80DA7D) is unknown color: approx Pastel Green. HEX triplet: 80, DA and 7D. RGB value is (128,218,125). Sum of RGB (Red+Green+Blue) = 128+218+125=471 (62% of max value = 765). Red value is 128 (50.39% from 255 or 27.18% from 471); Green value is 218 (85.55% from 255 or 46.28% from 471); Blue value is 125 (49.22% from 255 or 26.54% from 471); Max value from RGB is 218 - color contains mainly: green. Hex color #80DA7D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80DA7D is #7F2582. Grayscale: #B4B4B4. Windows color (decimal): -8332675 or 8247936. OLE color: 8247936.

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

Color convert

RGB128218125-
CMYK0.4100.430.15
HSL118.06º55.69%67.25%-
HSV(B)118.06º42.66%85.49%-
XYZ37.6856.2128.27-
YUV180.4996.6890.56-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 27.18%
GREEN value IS 218 (85.55% from 255) = 46.28%
BLUE value IS 125 (49.22% from 255) = 26.54%
R=27.18%
G=46.28%
B=26.54%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1282181250.4100.430.15118.0655.6967.25
Hex80DA7D2902BF763843
Octal200332175510531716670103
Binary100000001101101011111011010010101011111111101101110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80DA7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,218,125); }

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

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

 a { background-color: rgb(128,218,125); }

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

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

 span { border-color: rgb(128,218,125); }

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