#80D178

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

Shades of Pastel Green #80D178

Tints of Pastel Green #80D178

Color information

#80D178 (or 0x80D178) is unknown color: approx Pastel Green. HEX triplet: 80, D1 and 78. RGB value is (128,209,120). Sum of RGB (Red+Green+Blue) = 128+209+120=457 (60% of max value = 765). Red value is 128 (50.39% from 255 or 28.01% from 457); Green value is 209 (82.03% from 255 or 45.73% from 457); Blue value is 120 (47.27% from 255 or 26.26% from 457); Max value from RGB is 209 - color contains mainly: green. Hex color #80D178 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80D178 is #7F2E87. Grayscale: #AEAEAE. Windows color (decimal): -8334984 or 7917952. OLE color: 7917952.

HSL color Cylindrical-coordinate representation of color #80D178: hue angle of 114.61º degrees, saturation: 0.49, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #80D178 is Cyan = 0.39, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.18.

Color convert

RGB128209120-
CMYK0.3900.430.18
HSL114.61º49.17%64.51%-
HSV(B)114.61º42.58%81.96%-
XYZ35.0951.5525.87-
YUV174.6497.1694.74-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 28.01%
GREEN value IS 209 (82.03% from 255) = 45.73%
BLUE value IS 120 (47.27% from 255) = 26.26%
R=28.01%
G=45.73%
B=26.26%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1282091200.3900.430.18114.6149.1764.51
Hex80D1782702B12733141
Octal200321170470532216361101
Binary1000000011010001111100010011101010111001011100111100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80D178

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,209,120); }

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

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

 a { background-color: rgb(128,209,120); }

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

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

 span { border-color: rgb(128,209,120); }

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