#86D65C

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

Shades of Mantis #86D65C

Tints of Mantis #86D65C

Color information

#86D65C (or 0x86D65C) is unknown color: approx Mantis. HEX triplet: 86, D6 and 5C. RGB value is (134,214,92). Sum of RGB (Red+Green+Blue) = 134+214+92=440 (58% of max value = 765). Red value is 134 (52.73% from 255 or 30.45% from 440); Green value is 214 (83.98% from 255 or 48.64% from 440); Blue value is 92 (36.33% from 255 or 20.91% from 440); Max value from RGB is 214 - color contains mainly: green. Hex color #86D65C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86D65C is #7929A3. Grayscale: #B0B0B0. Windows color (decimal): -7940516 or 6084230. OLE color: 6084230.

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

Color convert

RGB13421492-
CMYK0.3700.570.16
HSL99.34º59.8%60%-
HSV(B)99.34º57.01%83.92%-
XYZ35.8153.9318.65-
YUV176.1780.597.92-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 30.45%
GREEN value IS 214 (83.98% from 255) = 48.64%
BLUE value IS 92 (36.33% from 255) = 20.91%
R=30.45%
G=48.64%
B=20.91%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal134214920.3700.570.1699.3459.860
Hex86D65C2503910633c3c
Octal20632613445071201437474
Binary100001101101011010111001001010111001100001100011111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86D65C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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