#80DD86

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

Shades of Pastel Green #80DD86

Tints of Pastel Green #80DD86

Color information

#80DD86 (or 0x80DD86) is unknown color: approx Pastel Green. HEX triplet: 80, DD and 86. RGB value is (128,221,134). Sum of RGB (Red+Green+Blue) = 128+221+134=483 (63% of max value = 765). Red value is 128 (50.39% from 255 or 26.50% from 483); Green value is 221 (86.72% from 255 or 45.76% from 483); Blue value is 134 (52.73% from 255 or 27.74% from 483); Max value from RGB is 221 - color contains mainly: green. Hex color #80DD86 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80DD86 is #7F2279. Grayscale: #B7B7B7. Windows color (decimal): -8331898 or 8838528. OLE color: 8838528.

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

Color convert

RGB128221134-
CMYK0.4200.390.13
HSL123.87º57.76%68.43%-
HSV(B)123.87º42.08%86.67%-
XYZ39.0658.0231.7-
YUV183.28100.1988.57-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 26.50%
GREEN value IS 221 (86.72% from 255) = 45.76%
BLUE value IS 134 (52.73% from 255) = 27.74%
R=26.50%
G=45.76%
B=27.74%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1282211340.4200.390.13123.8757.7668.43
Hex80DD862A027D7c3a44
Octal200335206520471517472104
Binary1000000011011101100001101010100100111110111111001110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80DD86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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