#86CE5D

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

Shades of Mantis #86CE5D

Tints of Mantis #86CE5D

Color information

#86CE5D (or 0x86CE5D) is unknown color: approx Mantis. HEX triplet: 86, CE and 5D. RGB value is (134,206,93). Sum of RGB (Red+Green+Blue) = 134+206+93=433 (57% of max value = 765). Red value is 134 (52.73% from 255 or 30.95% from 433); Green value is 206 (80.86% from 255 or 47.58% from 433); Blue value is 93 (36.72% from 255 or 21.48% from 433); Max value from RGB is 206 - color contains mainly: green. Hex color #86CE5D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86CE5D is #7931A2. Grayscale: #ABABAB. Windows color (decimal): -7942563 or 6147718. OLE color: 6147718.

HSL color Cylindrical-coordinate representation of color #86CE5D: hue angle of 98.23º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #86CE5D is Cyan = 0.35, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.19.

Color convert

RGB13420693-
CMYK0.3500.550.19
HSL98.23º53.55%58.63%-
HSV(B)98.23º54.85%80.78%-
XYZ33.885018.22-
YUV171.5983.65101.19-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 30.95%
GREEN value IS 206 (80.86% from 255) = 47.58%
BLUE value IS 93 (36.72% from 255) = 21.48%
R=30.95%
G=47.58%
B=21.48%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal134206930.3500.550.1998.2353.5558.63
Hex86CE5D230371362363b
Octal20631613543067231426673
Binary100001101100111010111011000110110111100111100010110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86CE5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,206,93); }

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

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

 a { background-color: rgb(134,206,93); }

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

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

 span { border-color: rgb(134,206,93); }

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