#86E380

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

Shades of Pastel Green #86E380

Tints of Pastel Green #86E380

Color information

#86E380 (or 0x86E380) is unknown color: approx Pastel Green. HEX triplet: 86, E3 and 80. RGB value is (134,227,128). Sum of RGB (Red+Green+Blue) = 134+227+128=489 (64% of max value = 765). Red value is 134 (52.73% from 255 or 27.40% from 489); Green value is 227 (89.06% from 255 or 46.42% from 489); Blue value is 128 (50.39% from 255 or 26.18% from 489); Max value from RGB is 227 - color contains mainly: green. Hex color #86E380 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86E380 is #791C7F. Grayscale: #BCBCBC. Windows color (decimal): -7937152 or 8446854. OLE color: 8446854.

HSL color Cylindrical-coordinate representation of color #86E380: hue angle of 116.36º degrees, saturation: 0.64, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #86E380 is Cyan = 0.41, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.11.

Color convert

RGB134227128-
CMYK0.4100.440.11
HSL116.36º63.87%69.61%-
HSV(B)116.36º43.61%89.02%-
XYZ41.261.5730.13-
YUV187.9194.1989.55-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 27.40%
GREEN value IS 227 (89.06% from 255) = 46.42%
BLUE value IS 128 (50.39% from 255) = 26.18%
R=27.40%
G=46.42%
B=26.18%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1342271280.4100.440.11116.3663.8769.61
Hex86E3802902CB744046
Octal2063432005105413164100106
Binary10000110111000111000000010100101011001011111010010000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86E380

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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