#86C451

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

Shades of Mantis #86C451

Tints of Mantis #86C451

Color information

#86C451 (or 0x86C451) is unknown color: approx Mantis. HEX triplet: 86, C4 and 51. RGB value is (134,196,81). Sum of RGB (Red+Green+Blue) = 134+196+81=411 (54% of max value = 765). Red value is 134 (52.73% from 255 or 32.60% from 411); Green value is 196 (76.95% from 255 or 47.69% from 411); Blue value is 81 (32.03% from 255 or 19.71% from 411); Max value from RGB is 196 - color contains mainly: green. Hex color #86C451 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86C451 is #793BAE. Grayscale: #A4A4A4. Windows color (decimal): -7945135 or 5358726. OLE color: 5358726.

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

Color convert

RGB13419681-
CMYK0.3200.590.23
HSL92.35º49.36%54.31%-
HSV(B)92.35º58.67%76.86%-
XYZ31.0645.1414.86-
YUV164.3580.96106.35-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 32.60%
GREEN value IS 196 (76.95% from 255) = 47.69%
BLUE value IS 81 (32.03% from 255) = 19.71%
R=32.60%
G=47.69%
B=19.71%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal134196810.3200.590.2392.3549.3654.31
Hex86C4512003B175c3136
Octal20630412140073271346166
Binary100001101100010010100011000000111011101111011100110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86C451

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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