#80DC86

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

Shades of Pastel Green #80DC86

Tints of Pastel Green #80DC86

Color information

#80DC86 (or 0x80DC86) is unknown color: approx Pastel Green. HEX triplet: 80, DC and 86. RGB value is (128,220,134). Sum of RGB (Red+Green+Blue) = 128+220+134=482 (63% of max value = 765). Red value is 128 (50.39% from 255 or 26.56% from 482); Green value is 220 (86.33% from 255 or 45.64% from 482); Blue value is 134 (52.73% from 255 or 27.80% from 482); Max value from RGB is 220 - color contains mainly: green. Hex color #80DC86 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80DC86 is #7F2379. Grayscale: #B6B6B6. Windows color (decimal): -8332154 or 8838272. OLE color: 8838272.

HSL color Cylindrical-coordinate representation of color #80DC86: hue angle of 123.91º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #80DC86 is Cyan = 0.42, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.14.

Color convert

RGB128220134-
CMYK0.4200.390.14
HSL123.91º56.79%68.24%-
HSV(B)123.91º41.82%86.27%-
XYZ38.857.531.61-
YUV182.69100.5288.99-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 26.56%
GREEN value IS 220 (86.33% from 255) = 45.64%
BLUE value IS 134 (52.73% from 255) = 27.80%
R=26.56%
G=45.64%
B=27.80%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1282201340.4200.390.14123.9156.7968.24
Hex80DC862A027E7c3944
Octal200334206520471617471104
Binary1000000011011100100001101010100100111111011111001110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80DC86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,220,134); }

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

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

 a { background-color: rgb(128,220,134); }

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

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

 span { border-color: rgb(128,220,134); }

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