#86EB77

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

Shades of Pastel Green #86EB77

Tints of Pastel Green #86EB77

Color information

#86EB77 (or 0x86EB77) is unknown color: approx Pastel Green. HEX triplet: 86, EB and 77. RGB value is (134,235,119). Sum of RGB (Red+Green+Blue) = 134+235+119=488 (64% of max value = 765). Red value is 134 (52.73% from 255 or 27.46% from 488); Green value is 235 (92.19% from 255 or 48.16% from 488); Blue value is 119 (46.88% from 255 or 24.39% from 488); Max value from RGB is 235 - color contains mainly: green. Hex color #86EB77 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #86EB77 is #791488. Grayscale: #BFBFBF. Windows color (decimal): -7935113 or 7859078. OLE color: 7859078.

HSL color Cylindrical-coordinate representation of color #86EB77: hue angle of 112.24º degrees, saturation: 0.74, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #86EB77 is Cyan = 0.43, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.08.

Color convert

RGB134235119-
CMYK0.4300.490.08
HSL112.24º74.36%69.41%-
HSV(B)112.24º49.36%92.16%-
XYZ42.8765.8227.9-
YUV191.5887.0486.93-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 27.46%
GREEN value IS 235 (92.19% from 255) = 48.16%
BLUE value IS 119 (46.88% from 255) = 24.39%
R=27.46%
G=48.16%
B=24.39%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1342351190.4300.490.08112.2474.3669.41
Hex86EB772B0318704a45
Octal2063531675306110160112105
Binary1000011011101011111011110101101100011000111000010010101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86EB77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,235,119); }

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

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

 a { background-color: rgb(134,235,119); }

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

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

 span { border-color: rgb(134,235,119); }

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