#86DA80

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

Shades of Pastel Green #86DA80

Tints of Pastel Green #86DA80

Color information

#86DA80 (or 0x86DA80) is unknown color: approx Pastel Green. HEX triplet: 86, DA and 80. RGB value is (134,218,128). Sum of RGB (Red+Green+Blue) = 134+218+128=480 (63% of max value = 765). Red value is 134 (52.73% from 255 or 27.92% from 480); Green value is 218 (85.55% from 255 or 45.42% from 480); Blue value is 128 (50.39% from 255 or 26.67% from 480); Max value from RGB is 218 - color contains mainly: green. Hex color #86DA80 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86DA80 is #79257F. Grayscale: #B6B6B6. Windows color (decimal): -7939456 or 8444550. OLE color: 8444550.

HSL color Cylindrical-coordinate representation of color #86DA80: hue angle of 116º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #86DA80 is Cyan = 0.39, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.15.

Color convert

RGB134218128-
CMYK0.3900.410.15
HSL116º54.88%67.84%-
HSV(B)116º41.28%85.49%-
XYZ38.856.7729.33-
YUV182.6297.1793.32-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 27.92%
GREEN value IS 218 (85.55% from 255) = 45.42%
BLUE value IS 128 (50.39% from 255) = 26.67%
R=27.92%
G=45.42%
B=26.67%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1342181280.3900.410.1511654.8867.84
Hex86DA8027029F743744
Octal206332200470511716467104
Binary1000011011011010100000001001110101001111111101001101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86DA80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86DA80; }

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

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

<style>
 a { background-color: #86DA80; }

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

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

<style>
 span { border-color: #86DA80; }

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

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