#86EC66

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

Shades of Pastel Green #86EC66

Tints of Pastel Green #86EC66

Color information

#86EC66 (or 0x86EC66) is unknown color: approx Pastel Green. HEX triplet: 86, EC and 66. RGB value is (134,236,102). Sum of RGB (Red+Green+Blue) = 134+236+102=472 (62% of max value = 765). Red value is 134 (52.73% from 255 or 28.39% from 472); Green value is 236 (92.58% from 255 or 50% from 472); Blue value is 102 (40.23% from 255 or 21.61% from 472); Max value from RGB is 236 - color contains mainly: green. Hex color #86EC66 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #86EC66 is #791399. Grayscale: #BEBEBE. Windows color (decimal): -7934874 or 6745222. OLE color: 6745222.

HSL color Cylindrical-coordinate representation of color #86EC66: hue angle of 105.67º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #86EC66 is Cyan = 0.43, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.07.

Color convert

RGB134236102-
CMYK0.4300.570.07
HSL105.67º77.91%66.27%-
HSV(B)105.67º56.78%92.55%-
XYZ42.2366.0223.09-
YUV190.2378.2187.9-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 28.39%
GREEN value IS 236 (92.58% from 255) = 50%
BLUE value IS 102 (40.23% from 255) = 21.61%
R=28.39%
G=50%
B=21.61%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1342361020.4300.570.07105.6777.9166.27
Hex86EC662B03976a4e42
Octal206354146530717152116102
Binary100001101110110011001101010110111001111110101010011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86EC66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,236,102); }

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

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

 a { background-color: rgb(134,236,102); }

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

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

 span { border-color: rgb(134,236,102); }

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