#86D869

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

Shades of Mantis #86D869

Tints of Mantis #86D869

Color information

#86D869 (or 0x86D869) is unknown color: approx Mantis. HEX triplet: 86, D8 and 69. RGB value is (134,216,105). Sum of RGB (Red+Green+Blue) = 134+216+105=455 (60% of max value = 765). Red value is 134 (52.73% from 255 or 29.45% from 455); Green value is 216 (84.77% from 255 or 47.47% from 455); Blue value is 105 (41.41% from 255 or 23.08% from 455); Max value from RGB is 216 - color contains mainly: green. Hex color #86D869 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86D869 is #792796. Grayscale: #B3B3B3. Windows color (decimal): -7939991 or 6936710. OLE color: 6936710.

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

Color convert

RGB134216105-
CMYK0.3800.510.15
HSL104.32º58.73%62.94%-
HSV(B)104.32º51.39%84.71%-
XYZ36.9455.222.07-
YUV178.8386.3396.03-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 29.45%
GREEN value IS 216 (84.77% from 255) = 47.47%
BLUE value IS 105 (41.41% from 255) = 23.08%
R=29.45%
G=47.47%
B=23.08%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1342161050.3800.510.15104.3258.7362.94
Hex86D86926033F683b3f
Octal20633015146063171507377
Binary10000110110110001101001100110011001111111101000111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86D869

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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