#86CD5C

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

Shades of Mantis #86CD5C

Tints of Mantis #86CD5C

Color information

#86CD5C (or 0x86CD5C) is unknown color: approx Mantis. HEX triplet: 86, CD and 5C. RGB value is (134,205,92). Sum of RGB (Red+Green+Blue) = 134+205+92=431 (57% of max value = 765). Red value is 134 (52.73% from 255 or 31.09% from 431); Green value is 205 (80.47% from 255 or 47.56% from 431); Blue value is 92 (36.33% from 255 or 21.35% from 431); Max value from RGB is 205 - color contains mainly: green. Hex color #86CD5C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86CD5C is #7932A3. Grayscale: #ABABAB. Windows color (decimal): -7942820 or 6081926. OLE color: 6081926.

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

Color convert

RGB13420592-
CMYK0.3500.550.20
HSL97.7º53.05%58.24%-
HSV(B)97.7º55.12%80.39%-
XYZ33.5949.517.91-
YUV170.8983.48101.69-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 31.09%
GREEN value IS 205 (80.47% from 255) = 47.56%
BLUE value IS 92 (36.33% from 255) = 21.35%
R=31.09%
G=47.56%
B=21.35%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal134205920.3500.550.2097.753.0558.24
Hex86CD5C230371462353a
Octal20631513443067241426572
Binary100001101100110110111001000110110111101001100010110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86CD5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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