#86D66B

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

Shades of Mantis #86D66B

Tints of Mantis #86D66B

Color information

#86D66B (or 0x86D66B) is unknown color: approx Mantis. HEX triplet: 86, D6 and 6B. RGB value is (134,214,107). Sum of RGB (Red+Green+Blue) = 134+214+107=455 (60% of max value = 765). Red value is 134 (52.73% from 255 or 29.45% from 455); Green value is 214 (83.98% from 255 or 47.03% from 455); Blue value is 107 (42.19% from 255 or 23.52% from 455); Max value from RGB is 214 - color contains mainly: green. Hex color #86D66B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86D66B is #792994. Grayscale: #B2B2B2. Windows color (decimal): -7940501 or 7067270. OLE color: 7067270.

HSL color Cylindrical-coordinate representation of color #86D66B: hue angle of 104.86º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #86D66B is Cyan = 0.37, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.16.

Color convert

RGB134214107-
CMYK0.3700.500.16
HSL104.86º56.61%62.94%-
HSV(B)104.86º50%83.92%-
XYZ36.5354.2222.45-
YUV177.888896.7-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 29.45%
GREEN value IS 214 (83.98% from 255) = 47.03%
BLUE value IS 107 (42.19% from 255) = 23.52%
R=29.45%
G=47.03%
B=23.52%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1342141070.3700.500.16104.8656.6162.94
Hex86D66B250321069393f
Octal20632615345062201517177
Binary100001101101011011010111001010110010100001101001111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86D66B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,214,107); }

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

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

 a { background-color: rgb(134,214,107); }

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

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

 span { border-color: rgb(134,214,107); }

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