#86CC72

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

Shades of Mantis #86CC72

Tints of Mantis #86CC72

Color information

#86CC72 (or 0x86CC72) is unknown color: approx Mantis. HEX triplet: 86, CC and 72. RGB value is (134,204,114). Sum of RGB (Red+Green+Blue) = 134+204+114=452 (59% of max value = 765). Red value is 134 (52.73% from 255 or 29.65% from 452); Green value is 204 (80.08% from 255 or 45.13% from 452); Blue value is 114 (44.92% from 255 or 25.22% from 452); Max value from RGB is 204 - color contains mainly: green. Hex color #86CC72 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86CC72 is #79338D. Grayscale: #ADADAD. Windows color (decimal): -7943054 or 7523462. OLE color: 7523462.

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

Color convert

RGB134204114-
CMYK0.3400.440.2
HSL106.67º46.88%62.35%-
HSV(B)106.67º44.12%80%-
XYZ34.4649.4723.65-
YUV172.8194.81100.32-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 29.65%
GREEN value IS 204 (80.08% from 255) = 45.13%
BLUE value IS 114 (44.92% from 255) = 25.22%
R=29.65%
G=45.13%
B=25.22%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1342041140.3400.440.2106.6746.8862.35
Hex86CC722202C146b2f3e
Octal20631416242054241535776
Binary100001101100110011100101000100101100101001101011101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86CC72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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