#86DC67

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

Shades of Mantis #86DC67

Tints of Mantis #86DC67

Color information

#86DC67 (or 0x86DC67) is unknown color: approx Mantis. HEX triplet: 86, DC and 67. RGB value is (134,220,103). Sum of RGB (Red+Green+Blue) = 134+220+103=457 (60% of max value = 765). Red value is 134 (52.73% from 255 or 29.32% from 457); Green value is 220 (86.33% from 255 or 48.14% from 457); Blue value is 103 (40.62% from 255 or 22.54% from 457); Max value from RGB is 220 - color contains mainly: green. Hex color #86DC67 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86DC67 is #792398. Grayscale: #B5B5B5. Windows color (decimal): -7938969 or 6806662. OLE color: 6806662.

HSL color Cylindrical-coordinate representation of color #86DC67: hue angle of 104.1º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #86DC67 is Cyan = 0.39, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.14.

Color convert

RGB134220103-
CMYK0.3900.530.14
HSL104.1º62.57%63.33%-
HSV(B)104.1º53.18%86.27%-
XYZ37.8757.2321.88-
YUV180.9584.0194.51-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 29.32%
GREEN value IS 220 (86.33% from 255) = 48.14%
BLUE value IS 103 (40.62% from 255) = 22.54%
R=29.32%
G=48.14%
B=22.54%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1342201030.3900.530.14104.162.5763.33
Hex86DC6727035E683f3f
Octal20633414747065161507777
Binary10000110110111001100111100111011010111101101000111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86DC67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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