#86E57C

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

Shades of Pastel Green #86E57C

Tints of Pastel Green #86E57C

Color information

#86E57C (or 0x86E57C) is unknown color: approx Pastel Green. HEX triplet: 86, E5 and 7C. RGB value is (134,229,124). Sum of RGB (Red+Green+Blue) = 134+229+124=487 (64% of max value = 765). Red value is 134 (52.73% from 255 or 27.52% from 487); Green value is 229 (89.84% from 255 or 47.02% from 487); Blue value is 124 (48.83% from 255 or 25.46% from 487); Max value from RGB is 229 - color contains mainly: green. Hex color #86E57C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86E57C is #791A83. Grayscale: #BCBCBC. Windows color (decimal): -7936644 or 8185222. OLE color: 8185222.

HSL color Cylindrical-coordinate representation of color #86E57C: hue angle of 114.29º degrees, saturation: 0.67, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #86E57C is Cyan = 0.41, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.10.

Color convert

RGB134229124-
CMYK0.4100.460.10
HSL114.29º66.88%69.22%-
HSV(B)114.29º45.85%89.8%-
XYZ41.4962.5628.96-
YUV188.6291.5389.04-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 27.52%
GREEN value IS 229 (89.84% from 255) = 47.02%
BLUE value IS 124 (48.83% from 255) = 25.46%
R=27.52%
G=47.02%
B=25.46%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1342291240.4100.460.10114.2966.8869.22
Hex86E57C2902EA724345
Octal2063451745105612162103105
Binary1000011011100101111110010100101011101010111001010000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86E57C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,229,124); }

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

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

 a { background-color: rgb(134,229,124); }

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

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

 span { border-color: rgb(134,229,124); }

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