#86EA75

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

Shades of Pastel Green #86EA75

Tints of Pastel Green #86EA75

Color information

#86EA75 (or 0x86EA75) is unknown color: approx Pastel Green. HEX triplet: 86, EA and 75. RGB value is (134,234,117). Sum of RGB (Red+Green+Blue) = 134+234+117=485 (64% of max value = 765). Red value is 134 (52.73% from 255 or 27.63% from 485); Green value is 234 (91.80% from 255 or 48.25% from 485); Blue value is 117 (46.09% from 255 or 24.12% from 485); Max value from RGB is 234 - color contains mainly: green. Hex color #86EA75 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #86EA75 is #79158A. Grayscale: #BFBFBF. Windows color (decimal): -7935371 or 7727750. OLE color: 7727750.

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

Color convert

RGB134234117-
CMYK0.4300.50.08
HSL111.28º73.58%68.82%-
HSV(B)111.28º50%91.76%-
XYZ42.4765.227.18-
YUV190.7686.3787.51-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 27.63%
GREEN value IS 234 (91.80% from 255) = 48.25%
BLUE value IS 117 (46.09% from 255) = 24.12%
R=27.63%
G=48.25%
B=24.12%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1342341170.4300.50.08111.2873.5868.82
Hex86EA752B03286f4a45
Octal2063521655306210157112105
Binary1000011011101010111010110101101100101000110111110010101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86EA75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,234,117); }

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

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

 a { background-color: rgb(134,234,117); }

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

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

 span { border-color: rgb(134,234,117); }

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