#86D969

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

Shades of Mantis #86D969

Tints of Mantis #86D969

Color information

#86D969 (or 0x86D969) is unknown color: approx Mantis. HEX triplet: 86, D9 and 69. RGB value is (134,217,105). Sum of RGB (Red+Green+Blue) = 134+217+105=456 (60% of max value = 765). Red value is 134 (52.73% from 255 or 29.39% from 456); Green value is 217 (85.16% from 255 or 47.59% from 456); Blue value is 105 (41.41% from 255 or 23.03% from 456); Max value from RGB is 217 - color contains mainly: green. Hex color #86D969 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86D969 is #792696. Grayscale: #B3B3B3. Windows color (decimal): -7939735 or 6936966. OLE color: 6936966.

HSL color Cylindrical-coordinate representation of color #86D969: hue angle of 104.46º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #86D969 is Cyan = 0.38, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.15.

Color convert

RGB134217105-
CMYK0.3800.520.15
HSL104.46º59.57%63.14%-
HSV(B)104.46º51.61%85.1%-
XYZ37.1955.7122.16-
YUV179.428695.61-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 29.39%
GREEN value IS 217 (85.16% from 255) = 47.59%
BLUE value IS 105 (41.41% from 255) = 23.03%
R=29.39%
G=47.59%
B=23.03%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1342171050.3800.520.15104.4659.5763.14
Hex86D96926034F683c3f
Octal20633115146064171507477
Binary10000110110110011101001100110011010011111101000111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86D969

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,217,105); }

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

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

 a { background-color: rgb(134,217,105); }

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

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

 span { border-color: rgb(134,217,105); }

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