#86CD6F

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

Shades of Mantis #86CD6F

Tints of Mantis #86CD6F

Color information

#86CD6F (or 0x86CD6F) is unknown color: approx Mantis. HEX triplet: 86, CD and 6F. RGB value is (134,205,111). Sum of RGB (Red+Green+Blue) = 134+205+111=450 (59% of max value = 765). Red value is 134 (52.73% from 255 or 29.78% from 450); Green value is 205 (80.47% from 255 or 45.56% from 450); Blue value is 111 (43.75% from 255 or 24.67% from 450); Max value from RGB is 205 - color contains mainly: green. Hex color #86CD6F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86CD6F is #793290. Grayscale: #ADADAD. Windows color (decimal): -7942801 or 7327110. OLE color: 7327110.

HSL color Cylindrical-coordinate representation of color #86CD6F: hue angle of 105.32º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #86CD6F is Cyan = 0.35, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.20.

Color convert

RGB134205111-
CMYK0.3500.460.20
HSL105.32º48.45%61.96%-
HSV(B)105.32º45.85%80.39%-
XYZ34.5349.8822.85-
YUV173.0592.98100.14-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 29.78%
GREEN value IS 205 (80.47% from 255) = 45.56%
BLUE value IS 111 (43.75% from 255) = 24.67%
R=29.78%
G=45.56%
B=24.67%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1342051110.3500.460.20105.3248.4561.96
Hex86CD6F2302E1469303e
Octal20631515743056241516076
Binary100001101100110111011111000110101110101001101001110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86CD6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,205,111); }

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

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

 a { background-color: rgb(134,205,111); }

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

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

 span { border-color: rgb(134,205,111); }

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