#86C867

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

Shades of Mantis #86C867

Tints of Mantis #86C867

Color information

#86C867 (or 0x86C867) is unknown color: approx Mantis. HEX triplet: 86, C8 and 67. RGB value is (134,200,103). Sum of RGB (Red+Green+Blue) = 134+200+103=437 (57% of max value = 765). Red value is 134 (52.73% from 255 or 30.66% from 437); Green value is 200 (78.52% from 255 or 45.77% from 437); Blue value is 103 (40.62% from 255 or 23.57% from 437); Max value from RGB is 200 - color contains mainly: green. Hex color #86C867 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86C867 is #793798. Grayscale: #A9A9A9. Windows color (decimal): -7944089 or 6801542. OLE color: 6801542.

HSL color Cylindrical-coordinate representation of color #86C867: hue angle of 100.82º degrees, saturation: 0.47, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #86C867 is Cyan = 0.33, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.22.

Color convert

RGB134200103-
CMYK0.3300.480.22
HSL100.82º46.86%59.41%-
HSV(B)100.82º48.5%78.43%-
XYZ32.9347.3620.24-
YUV169.2190.63102.89-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 30.66%
GREEN value IS 200 (78.52% from 255) = 45.77%
BLUE value IS 103 (40.62% from 255) = 23.57%
R=30.66%
G=45.77%
B=23.57%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1342001030.3300.480.22100.8246.8659.41
Hex86C8672103016652f3b
Octal20631014741060261455773
Binary100001101100100011001111000010110000101101100101101111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86C867

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,200,103); }

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

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

 a { background-color: rgb(134,200,103); }

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

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

 span { border-color: rgb(134,200,103); }

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