#86C353

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

Shades of Mantis #86C353

Tints of Mantis #86C353

Color information

#86C353 (or 0x86C353) is unknown color: approx Mantis. HEX triplet: 86, C3 and 53. RGB value is (134,195,83). Sum of RGB (Red+Green+Blue) = 134+195+83=412 (54% of max value = 765). Red value is 134 (52.73% from 255 or 32.52% from 412); Green value is 195 (76.56% from 255 or 47.33% from 412); Blue value is 83 (32.81% from 255 or 20.15% from 412); Max value from RGB is 195 - color contains mainly: green. Hex color #86C353 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86C353 is #793CAC. Grayscale: #A4A4A4. Windows color (decimal): -7945389 or 5489542. OLE color: 5489542.

HSL color Cylindrical-coordinate representation of color #86C353: hue angle of 92.68º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #86C353 is Cyan = 0.31, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.24.

Color convert

RGB13419583-
CMYK0.3100.570.24
HSL92.68º48.28%54.51%-
HSV(B)92.68º57.44%76.47%-
XYZ30.9144.7215.19-
YUV163.9982.29106.61-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 32.52%
GREEN value IS 195 (76.56% from 255) = 47.33%
BLUE value IS 83 (32.81% from 255) = 20.15%
R=32.52%
G=47.33%
B=20.15%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal134195830.3100.570.2492.6848.2854.51
Hex86C3531F039185d3037
Octal20630312337071301356067
Binary10000110110000111010011111110111001110001011101110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86C353

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,195,83); }

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

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

 a { background-color: rgb(134,195,83); }

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

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

 span { border-color: rgb(134,195,83); }

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