#86D54E

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

Shades of Mantis #86D54E

Tints of Mantis #86D54E

Color information

#86D54E (or 0x86D54E) is unknown color: approx Mantis. HEX triplet: 86, D5 and 4E. RGB value is (134,213,78). Sum of RGB (Red+Green+Blue) = 134+213+78=425 (56% of max value = 765). Red value is 134 (52.73% from 255 or 31.53% from 425); Green value is 213 (83.59% from 255 or 50.12% from 425); Blue value is 78 (30.86% from 255 or 18.35% from 425); Max value from RGB is 213 - color contains mainly: green. Hex color #86D54E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86D54E is #792AB1. Grayscale: #AEAEAE. Windows color (decimal): -7940786 or 5166470. OLE color: 5166470.

HSL color Cylindrical-coordinate representation of color #86D54E: hue angle of 95.11º degrees, saturation: 0.62, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #86D54E is Cyan = 0.37, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.16.

Color convert

RGB13421378-
CMYK0.3700.630.16
HSL95.11º61.64%57.06%-
HSV(B)95.11º63.38%83.53%-
XYZ3553.2115.63-
YUV173.9973.8399.48-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 31.53%
GREEN value IS 213 (83.59% from 255) = 50.12%
BLUE value IS 78 (30.86% from 255) = 18.35%
R=31.53%
G=50.12%
B=18.35%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal134213780.3700.630.1695.1161.6457.06
Hex86D54E2503F105f3e39
Octal20632511645077201377671
Binary100001101101010110011101001010111111100001011111111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86D54E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,213,78); }

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

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

 a { background-color: rgb(134,213,78); }

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

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

 span { border-color: rgb(134,213,78); }

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