#86c44d

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

Shades of Mantis #86C44D

Tints of Mantis #86C44D

Color information

#86C44D (or 0x86C44D) is unknown color: approx Mantis. HEX triplet: 86, C4 and 4D. RGB value is (134,196,77). Sum of RGB (Red+Green+Blue) = 134+196+77=407 (53% of max value = 765). Red value is 134 (52.73% from 255 or 32.92% from 407); Green value is 196 (76.95% from 255 or 48.16% from 407); Blue value is 77 (30.47% from 255 or 18.92% from 407); Max value from RGB is 196 - color contains mainly: green. Hex color #86C44D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86C44D is #793BB2. Grayscale: #A4A4A4. Windows color (decimal): -7945139 or 5096582. OLE color: 5096582.

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

Color convert

RGB13419677-
CMYK0.3200.610.23
HSL91.26º50.21%53.53%-
HSV(B)91.26º60.71%76.86%-
XYZ30.9145.0814.09-
YUV163.978.96106.68-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 32.92%
GREEN value IS 196 (76.95% from 255) = 48.16%
BLUE value IS 77 (30.47% from 255) = 18.92%
R=32.92%
G=48.16%
B=18.92%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal134196770.3200.610.2391.2650.2153.53
Hex86C44D2003D175b3236
Octal20630411540075271336266
Binary100001101100010010011011000000111101101111011011110010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86c44d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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