#86D760

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

Shades of Mantis #86D760

Tints of Mantis #86D760

Color information

#86D760 (or 0x86D760) is unknown color: approx Mantis. HEX triplet: 86, D7 and 60. RGB value is (134,215,96). Sum of RGB (Red+Green+Blue) = 134+215+96=445 (58% of max value = 765). Red value is 134 (52.73% from 255 or 30.11% from 445); Green value is 215 (84.38% from 255 or 48.31% from 445); Blue value is 96 (37.89% from 255 or 21.57% from 445); Max value from RGB is 215 - color contains mainly: green. Hex color #86D760 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86D760 is #79289F. Grayscale: #B1B1B1. Windows color (decimal): -7940256 or 6346630. OLE color: 6346630.

HSL color Cylindrical-coordinate representation of color #86D760: hue angle of 100.84º degrees, saturation: 0.6, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #86D760 is Cyan = 0.38, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.16.

Color convert

RGB13421596-
CMYK0.3800.550.16
HSL100.84º59.8%60.98%-
HSV(B)100.84º55.35%84.31%-
XYZ36.2454.5119.68-
YUV177.2182.1697.18-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 30.11%
GREEN value IS 215 (84.38% from 255) = 48.31%
BLUE value IS 96 (37.89% from 255) = 21.57%
R=30.11%
G=48.31%
B=21.57%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal134215960.3800.550.16100.8459.860.98
Hex86D7602603710653c3d
Octal20632714046067201457475
Binary100001101101011111000001001100110111100001100101111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86D760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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