#86C472

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

Shades of Mantis #86C472

Tints of Mantis #86C472

Color information

#86C472 (or 0x86C472) is unknown color: approx Mantis. HEX triplet: 86, C4 and 72. RGB value is (134,196,114). Sum of RGB (Red+Green+Blue) = 134+196+114=444 (58% of max value = 765). Red value is 134 (52.73% from 255 or 30.18% from 444); Green value is 196 (76.95% from 255 or 44.14% from 444); Blue value is 114 (44.92% from 255 or 25.68% from 444); Max value from RGB is 196 - color contains mainly: green. Hex color #86C472 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86C472 is #793B8D. Grayscale: #A8A8A8. Windows color (decimal): -7945102 or 7521414. OLE color: 7521414.

HSL color Cylindrical-coordinate representation of color #86C472: hue angle of 105.37º degrees, saturation: 0.41, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #86C472 is Cyan = 0.32, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.23.

Color convert

RGB134196114-
CMYK0.3200.420.23
HSL105.37º41%60.78%-
HSV(B)105.37º41.84%76.86%-
XYZ32.6145.7623.03-
YUV168.1197.46103.67-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 30.18%
GREEN value IS 196 (76.95% from 255) = 44.14%
BLUE value IS 114 (44.92% from 255) = 25.68%
R=30.18%
G=44.14%
B=25.68%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1341961140.3200.420.23105.374160.78
Hex86C4722002A1769293d
Octal20630416240052271515175
Binary100001101100010011100101000000101010101111101001101001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86C472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,196,114); }

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

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

 a { background-color: rgb(134,196,114); }

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

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

 span { border-color: rgb(134,196,114); }

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