#86D948

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

Shades of Mantis #86D948

Tints of Mantis #86D948

Color information

#86D948 (or 0x86D948) is unknown color: approx Mantis. HEX triplet: 86, D9 and 48. RGB value is (134,217,72). Sum of RGB (Red+Green+Blue) = 134+217+72=423 (56% of max value = 765). Red value is 134 (52.73% from 255 or 31.68% from 423); Green value is 217 (85.16% from 255 or 51.30% from 423); Blue value is 72 (28.52% from 255 or 17.02% from 423); Max value from RGB is 217 - color contains mainly: green. Hex color #86D948 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #86D948 is #7926B7. Grayscale: #B0B0B0. Windows color (decimal): -7939768 or 4774278. OLE color: 4774278.

HSL color Cylindrical-coordinate representation of color #86D948: hue angle of 94.34º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #86D948 is Cyan = 0.38, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.15.

Color convert

RGB13421772-
CMYK0.3800.670.15
HSL94.34º65.61%56.67%-
HSV(B)94.34º66.82%85.1%-
XYZ35.8155.1614.89-
YUV175.6569.598.29-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 31.68%
GREEN value IS 217 (85.16% from 255) = 51.30%
BLUE value IS 72 (28.52% from 255) = 17.02%
R=31.68%
G=51.30%
B=17.02%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal134217720.3800.670.1594.3465.6156.67
Hex86D94826043F5e4239
Octal2063311104601031713610271
Binary1000011011011001100100010011001000011111110111101000010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86D948

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,217,72); }

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

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

 a { background-color: rgb(134,217,72); }

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

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

 span { border-color: rgb(134,217,72); }

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