#86CC61

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

Shades of Mantis #86CC61

Tints of Mantis #86CC61

Color information

#86CC61 (or 0x86CC61) is unknown color: approx Mantis. HEX triplet: 86, CC and 61. RGB value is (134,204,97). Sum of RGB (Red+Green+Blue) = 134+204+97=435 (57% of max value = 765). Red value is 134 (52.73% from 255 or 30.80% from 435); Green value is 204 (80.08% from 255 or 46.90% from 435); Blue value is 97 (38.28% from 255 or 22.30% from 435); Max value from RGB is 204 - color contains mainly: green. Hex color #86CC61 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86CC61 is #79339E. Grayscale: #ABABAB. Windows color (decimal): -7943071 or 6409350. OLE color: 6409350.

HSL color Cylindrical-coordinate representation of color #86CC61: hue angle of 99.25º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #86CC61 is Cyan = 0.34, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.2.

Color convert

RGB13420497-
CMYK0.3400.520.2
HSL99.25º51.2%59.02%-
HSV(B)99.25º52.45%80%-
XYZ33.5849.1219.02-
YUV170.8786.31101.7-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 30.80%
GREEN value IS 204 (80.08% from 255) = 46.90%
BLUE value IS 97 (38.28% from 255) = 22.30%
R=30.80%
G=46.90%
B=22.30%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal134204970.3400.520.299.2551.259.02
Hex86CC61220341463333b
Octal20631414142064241436373
Binary100001101100110011000011000100110100101001100011110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86CC61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,204,97); }

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

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

 a { background-color: rgb(134,204,97); }

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

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

 span { border-color: rgb(134,204,97); }

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