#86E560

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

Shades of Mantis #86E560

Tints of Mantis #86E560

Color information

#86E560 (or 0x86E560) is unknown color: approx Mantis. HEX triplet: 86, E5 and 60. RGB value is (134,229,96). Sum of RGB (Red+Green+Blue) = 134+229+96=459 (60% of max value = 765). Red value is 134 (52.73% from 255 or 29.19% from 459); Green value is 229 (89.84% from 255 or 49.89% from 459); Blue value is 96 (37.89% from 255 or 20.92% from 459); Max value from RGB is 229 - color contains mainly: green. Hex color #86E560 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86E560 is #791A9F. Grayscale: #B9B9B9. Windows color (decimal): -7936672 or 6350214. OLE color: 6350214.

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

Color convert

RGB13422996-
CMYK0.4100.580.10
HSL102.86º71.89%63.73%-
HSV(B)102.86º58.08%89.8%-
XYZ39.9661.9520.92-
YUV185.4377.5391.31-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 29.19%
GREEN value IS 229 (89.84% from 255) = 49.89%
BLUE value IS 96 (37.89% from 255) = 20.92%
R=29.19%
G=49.89%
B=20.92%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal134229960.4100.580.10102.8671.8963.73
Hex86E5602903AA674840
Octal2063451405107212147110100
Binary1000011011100101110000010100101110101010110011110010001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86E560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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