#86CB72

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

Shades of Mantis #86CB72

Tints of Mantis #86CB72

Color information

#86CB72 (or 0x86CB72) is unknown color: approx Mantis. HEX triplet: 86, CB and 72. RGB value is (134,203,114). Sum of RGB (Red+Green+Blue) = 134+203+114=451 (59% of max value = 765). Red value is 134 (52.73% from 255 or 29.71% from 451); Green value is 203 (79.69% from 255 or 45.01% from 451); Blue value is 114 (44.92% from 255 or 25.28% from 451); Max value from RGB is 203 - color contains mainly: green. Hex color #86CB72 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86CB72 is #79348D. Grayscale: #ACACAC. Windows color (decimal): -7943310 or 7523206. OLE color: 7523206.

HSL color Cylindrical-coordinate representation of color #86CB72: hue angle of 106.52º degrees, saturation: 0.46, 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 #86CB72 is Cyan = 0.34, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.20.

Color convert

RGB134203114-
CMYK0.3400.440.20
HSL106.52º46.11%62.16%-
HSV(B)106.52º43.84%79.61%-
XYZ34.224923.57-
YUV172.2295.14100.74-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 29.71%
GREEN value IS 203 (79.69% from 255) = 45.01%
BLUE value IS 114 (44.92% from 255) = 25.28%
R=29.71%
G=45.01%
B=25.28%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1342031140.3400.440.20106.5246.1162.16
Hex86CB722202C146b2e3e
Octal20631316242054241535676
Binary100001101100101111100101000100101100101001101011101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86CB72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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