#86C35F

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

Shades of Mantis #86C35F

Tints of Mantis #86C35F

Color information

#86C35F (or 0x86C35F) is unknown color: approx Mantis. HEX triplet: 86, C3 and 5F. RGB value is (134,195,95). Sum of RGB (Red+Green+Blue) = 134+195+95=424 (56% of max value = 765). Red value is 134 (52.73% from 255 or 31.60% from 424); Green value is 195 (76.56% from 255 or 45.99% from 424); Blue value is 95 (37.5% from 255 or 22.41% from 424); Max value from RGB is 195 - color contains mainly: green. Hex color #86C35F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86C35F is #793CA0. Grayscale: #A5A5A5. Windows color (decimal): -7945377 or 6275974. OLE color: 6275974.

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

Color convert

RGB13419595-
CMYK0.3100.510.24
HSL96.6º45.45%56.86%-
HSV(B)96.6º51.28%76.47%-
XYZ31.4144.9217.84-
YUV165.3688.29105.63-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 31.60%
GREEN value IS 195 (76.56% from 255) = 45.99%
BLUE value IS 95 (37.5% from 255) = 22.41%
R=31.60%
G=45.99%
B=22.41%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal134195950.3100.510.2496.645.4556.86
Hex86C35F1F03318612d39
Octal20630313737063301415571
Binary10000110110000111011111111110110011110001100001101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86C35F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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